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 6bf1dbb commit 4b0b813Copy full SHA for 4b0b813
ansible/roles/cuda/defaults/main.yml
@@ -7,7 +7,7 @@ cuda_packages:
7
# _cuda_version_tuple: # discovered from installed package e.g. ('12', '1', '0')
8
cuda_version_short: "{{ _cuda_version_tuple[0] }}.{{ _cuda_version_tuple[1] }}"
9
cuda_samples_release_url: "https://github.com/NVIDIA/cuda-samples/archive/refs/tags/v{{ cuda_version_short }}.tar.gz"
10
-cuda_samples_path: "/home/{{ ansible_user }}/cuda_samples"
+cuda_samples_path: "/var/lib/{{ ansible_user }}/cuda_samples"
11
cuda_samples_programs:
12
- deviceQuery
13
- bandwidthTest
0 commit comments