File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ansible/roles/cuda/defaults Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# yamllint disable-line rule:line-length
33cuda_repo_url : " https://developer.download.nvidia.com/compute/cuda/repos/rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/cuda-rhel{{ ansible_distribution_major_version }}.repo"
44cuda_nvidia_driver_stream : ' 580-open'
5- cuda_nvidia_driver_pkg : " nvidia-open-3:580.82.07 -1.el{{ ansible_distribution_major_version }}"
6- cuda_package_version : ' 13.0.1 -1'
5+ cuda_nvidia_driver_pkg : " nvidia-open-3:580.95.05 -1.el{{ ansible_distribution_major_version }}"
6+ cuda_package_version : ' 13.0.2 -1'
77cuda_version_short : " {{ (cuda_package_version | split('.'))[0:2] | join('.') }}" # major.minor
88cuda_packages :
99 - " cuda-toolkit-{{ cuda_package_version }}"
You can’t perform that action at this time.
0 commit comments