Skip to content

Commit 694e1aa

Browse files
committed
LCORE-438: Rebase from main
1 parent 9dfcac1 commit 694e1aa

File tree

3 files changed

+502
-369
lines changed

3 files changed

+502
-369
lines changed

Containerfile-gpu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ RUN uv sync --locked
4141
# Add executables from .venv to system PATH
4242
ENV 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.
5151
ENTRYPOINT []

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ name = "pytorch-cpu"
5858
url = "https://download.pytorch.org/whl/cpu"
5959
explicit = true
6060
[tool.uv.sources]
61-
torch = [{ index = "pytorch-cpu" }]
6261
torchvision = [{ index = "pytorch-cpu" }]
6362

6463
[dependency-groups]

0 commit comments

Comments
 (0)