Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
326402ef
"vscode:/vscode.git/clone" did not exist on "fe8eb4689835d102ca002f1964358e146e6f71c4"
Commit
326402ef
authored
Jul 23, 2020
by
Jason Swails
Browse files
Add arguments needed by the new CUDA agents
parent
015bef31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
devtools/Jenkinsfile
devtools/Jenkinsfile
+2
-0
No files found.
devtools/Jenkinsfile
View file @
326402ef
...
@@ -9,6 +9,7 @@ pipeline {
...
@@ -9,6 +9,7 @@ pipeline {
docker
{
docker
{
image
"swails/openmm-all:latest"
image
"swails/openmm-all:latest"
label
"cuda && docker"
label
"cuda && docker"
args
'--gpus all'
alwaysPull
true
alwaysPull
true
}
}
}
}
...
@@ -26,6 +27,7 @@ pipeline {
...
@@ -26,6 +27,7 @@ pipeline {
docker
{
docker
{
image
"swails/openmm-all:latest"
image
"swails/openmm-all:latest"
label
"cuda && docker"
label
"cuda && docker"
args
'--gpus all'
alwaysPull
true
alwaysPull
true
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment