mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-31 23:16:58 +00:00
Changes to be committed:
modified: Dockerfile.local modified: docker-compose.yaml
This commit is contained in:
parent
aace6b0aa5
commit
bf89c93461
@ -46,5 +46,7 @@ COPY --chown=worker scripts/ scripts
|
||||
|
||||
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"
|
||||
|
||||
RUN poetry run python /scripts/setup
|
||||
RUN CMAKE_ARGS="-DLLAMA_METAL=on" pip install --force-reinstall
|
||||
USER worker
|
||||
ENTRYPOINT python -m private_gpt
|
@ -1,9 +1,9 @@
|
||||
services:
|
||||
private-gpt:
|
||||
image: allfunc/privategpt:latest
|
||||
# image: allfunc/privategpt:latest
|
||||
|
||||
# build:
|
||||
# dockerfile: Dockerfile.local
|
||||
build:
|
||||
dockerfile: Dockerfile.local
|
||||
|
||||
volumes:
|
||||
- /srv/dev-disk-by-uuid-17681c56-e3a1-4eb9-95da-2196a64acca3/configs/privateGPT/local_data/conf:/home/worker/app/local_data
|
||||
|
Loading…
Reference in New Issue
Block a user