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 1319e72 commit f7dc0d3Copy full SHA for f7dc0d3
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_driver_stream: '560-open'
3
-cuda_package_version: 'latest'
+cuda_driver_stream: '560-open' # 565-open has problems with cuda packages
+cuda_package_version: '12.6.3-1'
4
cuda_packages:
5
- "cuda{{ ('-' + cuda_package_version) if cuda_package_version != 'latest' else '' }}"
6
- nvidia-gds
0 commit comments