Skip to content

Commit a115fe3

Browse files
sjpbbertiethorpe
authored andcommitted
fix typo in CUDA samples
1 parent 825688b commit a115fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cuda/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cuda_packages:
55
- cuda
66
- nvidia-gds
77
# _cuda_version_tuple: # discovered from installed package e.g. ('12', '1', '0')
8-
cuda_version_short: "{{ _cuda_version_tuple[0] }}.{{ cuda_version_tuple[1] }}"
8+
cuda_version_short: "{{ _cuda_version_tuple[0] }}.{{ _cuda_version_tuple[1] }}"
99
cuda_samples_release_url: "https://github.com/NVIDIA/cuda-samples/archive/refs/tags/v{{ cuda_version_short }}.tar.gz"
1010
cuda_samples_path: "/home/{{ ansible_user }}/cuda_samples"
1111
cuda_samples_programs:

0 commit comments

Comments
 (0)