Skip to content

Commit 2df5c56

Browse files
committed
Update CUDA installation script
1 parent 7c5c38d commit 2df5c56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/docker/common/install_cuda.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ function install_124 {
140140
}
141141

142142
function install_126 {
143-
echo "Installing CUDA 12.6.2 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2"
143+
echo "Installing CUDA 12.6.3 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2"
144144
rm -rf /usr/local/cuda-12.6 /usr/local/cuda
145-
# install CUDA 12.6.2 in the same container
146-
wget -q https://developer.download.nvidia.com/compute/cuda/12.6.2/local_installers/cuda_12.6.2_560.35.03_linux.run
147-
chmod +x cuda_12.6.2_560.35.03_linux.run
148-
./cuda_12.6.2_560.35.03_linux.run --toolkit --silent
149-
rm -f cuda_12.6.2_560.35.03_linux.run
145+
# install CUDA 12.6.3 in the same container
146+
wget -q https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda_12.6.3_560.35.05_linux.run
147+
chmod +x cuda_12.6.3_560.35.05_linux.run
148+
./cuda_12.6.3_560.35.05_linux.run --toolkit --silent
149+
rm -f cuda_12.6.3_560.35.05_linux.run
150150
rm -f /usr/local/cuda && ln -s /usr/local/cuda-12.6 /usr/local/cuda
151151

152152
# cuDNN license: https://developer.nvidia.com/cudnn/license_agreement

0 commit comments

Comments
 (0)