Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
16ab64ef
Commit
16ab64ef
authored
2 years ago
by
Jay Van Schyndel
Browse files
Options
Downloads
Patches
Plain Diff
Enable user configurable cuda version
parent
45aa27f7
No related branches found
No related tags found
1 merge request
!552
Jay
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/vars/versions.yml
+2
-0
2 additions, 0 deletions
CICD/vars/versions.yml
roles/nvidia_mig_tools/tasks/main.yml
+1
-1
1 addition, 1 deletion
roles/nvidia_mig_tools/tasks/main.yml
with
3 additions
and
1 deletion
CICD/vars/versions.yml
+
2
−
0
View file @
16ab64ef
...
...
@@ -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
This diff is collapsed.
Click to expand it.
roles/nvidia_mig_tools/tasks/main.yml
+
1
−
1
View file @
16ab64ef
...
...
@@ -25,7 +25,7 @@
become
:
true
-
name
:
install cuda
apt
:
name
:
cuda
name
:
{{
nvidia_cuda_version
}}
state
:
present
update_cache
:
yes
become
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment