Skip to content

Commit 9dfcac1

Browse files
committed
LCORE-438: Remove detection of GPU Python libs in image building
1 parent c8f22be commit 9dfcac1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Containerfile-gpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN uv lock && uv sync --locked --no-install-project
3838
# Installing separately from its dependencies allows optimal layer caching
3939
RUN uv sync --locked
4040

41-
# Test PyTorch was installed with GPU libraries (CUDA)
42-
RUN uv run python -c "from nvidia import cuda_runtime"
43-
4441
# Add executables from .venv to system PATH
4542
ENV PATH="/rag-content/.venv/bin:$PATH"
4643

0 commit comments

Comments
 (0)