Skip to content

Commit 779a29c

Browse files
committed
Bump CUDA and NVIDIA driver versions
1 parent 92a73b7 commit 779a29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/cuda/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cuda_repo_url: "https://developer.download.nvidia.com/compute/cuda/repos/rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/cuda-rhel{{ ansible_distribution_major_version }}.repo"
2-
cuda_nvidia_driver_stream: '560-open' # 565-open has problems with cuda packages
3-
cuda_package_version: '12.6.3-1'
2+
cuda_nvidia_driver_stream: '570-open'
3+
cuda_package_version: '12.8.1-1'
44
cuda_packages:
55
- "cuda{{ ('-' + cuda_package_version) if cuda_package_version != 'latest' else '' }}"
66
- nvidia-gds

0 commit comments

Comments
 (0)