Skip to content

Commit 5cd8b64

Browse files
committed
upd
1 parent f06e1ea commit 5cd8b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ elif [ "${CUDA_VERSION%%.*}" = "13" ]; then \
202202
python3 -m pip install nvidia-nccl-cu13==2.28.3 --force-reinstall --no-deps ; \
203203
python3 -m pip install nvidia-cublas==13.1.0.3 --force-reinstall --no-deps ; \
204204
python3 -m pip install nixl-cu13 ; \
205-
fi \
205+
fi
206206

207207
# Install development tools and utilities
208208
RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)