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 ad20d20 commit 66a2056Copy full SHA for 66a2056
ansible/roles/cuda/tasks/install.yml
@@ -43,12 +43,14 @@
43
- name: Install cuda packages
44
ansible.builtin.dnf:
45
name: "{{ cuda_packages }}"
46
+ when: cuda_package_version != 'none'
47
register: cuda_package_install
48
49
- name: Add cuda binaries to path
50
lineinfile:
51
path: /etc/profile.d/sh.local
52
line: 'export PATH=$PATH:$(ls -1d /usr/local/cuda-* | sort -V | tail -1)/bin'
53
54
55
- name: Enable NVIDIA Persistence Daemon
56
systemd:
0 commit comments