Skip to content

Commit

Permalink
all poetry extras added
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Mar 23, 2024
1 parent f1e0628 commit d653823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privategpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM base as dependencies
WORKDIR /home/worker/app
RUN git clone https://github.com/zylon-ai/private-gpt .
COPY settings_template.yaml .
RUN poetry install --extras "ui embeddings-huggingface llms-llama-cpp vector-stores-qdrant" && \
RUN poetry install --extras "ui llms-llama-cpp llms-openai llms-openai-like llms-ollama llms-sagemaker llms-azopenai embeddings-ollama embeddings-huggingface embeddings-openai embeddings-sagemaker embeddings-azopenai vector-stores-qdrant vector-stores-chroma vector-stores-postgres storage-nodestore-postgres" && \
poetry run python scripts/setup && \
rm -rf \
.git* \
Expand Down

0 comments on commit d653823

Please sign in to comment.