We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f22be commit 9dfcac1Copy full SHA for 9dfcac1
Containerfile-gpu
@@ -38,9 +38,6 @@ RUN uv lock && uv sync --locked --no-install-project
38
# Installing separately from its dependencies allows optimal layer caching
39
RUN uv sync --locked
40
41
-# Test PyTorch was installed with GPU libraries (CUDA)
42
-RUN uv run python -c "from nvidia import cuda_runtime"
43
-
44
# Add executables from .venv to system PATH
45
ENV PATH="/rag-content/.venv/bin:$PATH"
46
0 commit comments