mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Fix PYTHONPATH value
This commit is contained in:
parent
53f8cc7f88
commit
9b28cb7167
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ COPY --chown=worker *.yaml .
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
COPY --chown=worker Makefile .
|
||||||
|
|
||||||
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"
|
ENV PYTHONPATH="$PYTHONPATH:/home/worker/app/private_gpt/"
|
||||||
|
|
||||||
USER worker
|
USER worker
|
||||||
ENTRYPOINT python -m private_gpt
|
ENTRYPOINT python -m private_gpt
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ COPY --chown=worker *.yaml ./
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
COPY --chown=worker Makefile .
|
||||||
|
|
||||||
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"
|
ENV PYTHONPATH="$PYTHONPATH:/home/worker/app/private_gpt/"
|
||||||
|
|
||||||
USER worker
|
USER worker
|
||||||
ENTRYPOINT python -m private_gpt
|
ENTRYPOINT python -m private_gpt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue