Skip to content
Snippets Groups Projects
Commit 16ab64ef authored by Jay Van Schyndel's avatar Jay Van Schyndel
Browse files

Enable user configurable cuda version

parent 45aa27f7
No related branches found
No related tags found
1 merge request!552Jay
......@@ -31,3 +31,5 @@ nvidia_mig_parted_src_dir: /opt/src/mig-parted-0.1.3
nvidia_mig_slurm_discovery_version: master
nvidia_mig_slurm_discovery_src_url: https://gitlab.com/nvidia/hpc/slurm-mig-discovery.git
nvidia_mig_slurm_discovery_src_dir: /opt/src/mig-slurm_discovery
nvidia_cuda_version: cuda
......@@ -25,7 +25,7 @@
become: true
- name: install cuda
apt:
name: cuda
name: {{ nvidia_cuda_version }}
state: present
update_cache: yes
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment