File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
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
2
cuda_nvidia_driver_stream : ' 575-open'
3
+ cuda_nvidia_driver_pkg : " nvidia-open-3:575.57.08-1.el{{ ansible_distribution_major_version }}"
3
4
cuda_package_version : ' 12.9.1-1'
4
5
cuda_version_short : " {{ (cuda_package_version | split('.'))[0:2] | join('.') }}" # major.minor
5
6
cuda_packages :
Original file line number Diff line number Diff line change 20
20
21
21
- name : Install nvidia drivers
22
22
ansible.builtin.dnf :
23
- name : nvidia-open
23
+ name : " {{ cuda_nvidia_driver_pkg }} "
24
24
register : _cuda_driver_install
25
25
26
26
- name : Check kernel has not been modified
You can’t perform that action at this time.
0 commit comments