mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-13 21:25:56 +00:00
Fix PYTHONPATH value
This commit is contained in:
parent
50903b9358
commit
96e5caebca
@ -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
|
||||||
|
@ -48,7 +48,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…
Reference in New Issue
Block a user