We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06e1ea commit 5cd8b64Copy full SHA for 5cd8b64
docker/Dockerfile
@@ -202,7 +202,7 @@ elif [ "${CUDA_VERSION%%.*}" = "13" ]; then \
202
python3 -m pip install nvidia-nccl-cu13==2.28.3 --force-reinstall --no-deps ; \
203
python3 -m pip install nvidia-cublas==13.1.0.3 --force-reinstall --no-deps ; \
204
python3 -m pip install nixl-cu13 ; \
205
-fi \
+fi
206
207
# Install development tools and utilities
208
RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \
0 commit comments