mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-04 02:56:41 +00:00
Changes to be committed:
modified: Dockerfile.local
This commit is contained in:
parent
8d9d8105ab
commit
8623dcb85f
@ -25,9 +25,6 @@ WORKDIR /home/worker/app
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
|
||||
RUN poetry install --extras "ui embeddings-huggingface llms-llama-cpp vector-stores-qdrant"
|
||||
# Added by me for testing
|
||||
RUN poetry run python /scripts/setup
|
||||
RUN CMAKE_ARGS="-DLLAMA_METAL=on" pip install --force-reinstall
|
||||
|
||||
FROM base as app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user