From 93c712f1cae82768c79012fb19f1b8eb2792e414 Mon Sep 17 00:00:00 2001 From: pbialecki Date: Fri, 11 Aug 2023 12:33:38 -0700 Subject: [PATCH] update to CUDA 12.1U1 --- common/install_cuda.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/install_cuda.sh b/common/install_cuda.sh index 6972c61b1..e087a44c1 100644 --- a/common/install_cuda.sh +++ b/common/install_cuda.sh @@ -37,10 +37,10 @@ function install_121 { echo "Installing CUDA 12.1 and cuDNN 8.9 and NCCL 2.18.1" rm -rf /usr/local/cuda-12.1 /usr/local/cuda # install CUDA 12.1.0 in the same container - wget -q https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda_12.1.0_530.30.02_linux.run - chmod +x cuda_12.1.0_530.30.02_linux.run - ./cuda_12.1.0_530.30.02_linux.run --toolkit --silent - rm -f cuda_12.1.0_530.30.02_linux.run + wget -q https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run + chmod +x cuda_12.1.1_530.30.02_linux.run + ./cuda_12.1.1_530.30.02_linux.run --toolkit --silent + rm -f cuda_12.1.1_530.30.02_linux.run rm -f /usr/local/cuda && ln -s /usr/local/cuda-12.1 /usr/local/cuda # cuDNN license: https://developer.nvidia.com/cudnn/license_agreement