We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07ecb0 commit 7c585f3Copy full SHA for 7c585f3
ansible/roles/cuda/defaults/main.yml
@@ -1,6 +1,6 @@
1
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'
+cuda_nvidia_driver_stream: '570-open'
+cuda_package_version: '12.8.1-1'
4
cuda_packages:
5
- "cuda{{ ('-' + cuda_package_version) if cuda_package_version != 'latest' else '' }}"
6
- nvidia-gds
0 commit comments