File tree Expand file tree Collapse file tree 3 files changed +502
-369
lines changed
Expand file tree Collapse file tree 3 files changed +502
-369
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ RUN uv sync --locked
4141# Add executables from .venv to system PATH
4242ENV PATH="/rag-content/.venv/bin:$PATH"
4343
44- # Download embeddings model
45- ENV EMBEDDING_MODEL=sentence-transformers/all-mpnet-base-v2
46- RUN python ./scripts/download_embeddings_model.py \
47- -l ./embeddings_model \
48- -r ${EMBEDDING_MODEL}
44+ # # Download embeddings model
45+ # ENV EMBEDDING_MODEL=sentence-transformers/all-mpnet-base-v2
46+ # RUN python ./scripts/download_embeddings_model.py \
47+ # -l ./embeddings_model \
48+ # -r ${EMBEDDING_MODEL}
4949
5050# Reset the entrypoint.
5151ENTRYPOINT []
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ name = "pytorch-cpu"
5858url = " https://download.pytorch.org/whl/cpu"
5959explicit = true
6060[tool .uv .sources ]
61- torch = [{ index = " pytorch-cpu" }]
6261torchvision = [{ index = " pytorch-cpu" }]
6362
6463[dependency-groups ]
You can’t perform that action at this time.
0 commit comments