Skip to content

Commit 15995b5

Browse files
committedSep 23, 2024·
updated CI scripts
1 parent 3f0ac13 commit 15995b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/actions/install_cuda_ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ CPU_ARCH="x86_64"
120120
PIN_FILENAME="cuda-ubuntu${UBUNTU_VERSION}.pin"
121121
PIN_URL="https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${UBUNTU_VERSION}/${CPU_ARCH}/${PIN_FILENAME}"
122122
# apt keyring package now available https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
123-
KERYRING_PACKAGE_FILENAME="cuda-keyring_1.0-1_all.deb"
123+
KERYRING_PACKAGE_FILENAME="cuda-keyring_1.1-1_all.deb"
124124
KEYRING_PACKAGE_URL="https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${UBUNTU_VERSION}/${CPU_ARCH}/${KERYRING_PACKAGE_FILENAME}"
125125
REPO_URL="https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${UBUNTU_VERSION}/${CPU_ARCH}/"
126126

0 commit comments

Comments
 (0)
Please sign in to comment.