Skip to content

Commit a9cdc0c

Browse files
committed
made pinned driver version default
1 parent 0425ab4 commit a9cdc0c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ansible/roles/cuda/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cuda_distro: "rhel{{ ansible_distribution_major_version }}"
22
cuda_repo: "https://developer.download.nvidia.com/compute/cuda/repos/{{ cuda_distro }}/x86_64/cuda-{{ cuda_distro }}.repo"
3-
cuda_driver_stream: open-dkms
3+
cuda_driver_stream: 560-open
44
cuda_package_version: 'latest'
55
cuda_packages:
66
- "cuda{{ ('-' + cuda_package_version) if cuda_package_version != 'latest' else '' }}"

packer/openhpc_extravars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
workaround_ansible_issue_61497: yes # extravars files can't be empty
2-
cuda_driver_stream: 560-open # pinned to fix incompatibility cuda latest (12.6.2) being out of date for nvidia-driver latest (565.57.01), remove when fixed

0 commit comments

Comments
 (0)