Skip to content

Commit

Permalink
update to CUDA 12.1U1 (#1476)
Browse files Browse the repository at this point in the history
Should fix  pytorch/pytorch#94772 in wheel builds
  • Loading branch information
ptrblck committed Aug 12, 2023
1 parent 912957a commit 941be28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 941be28

Please sign in to comment.