"vscode:/vscode.git/clone" did not exist on "fe8eb4689835d102ca002f1964358e146e6f71c4"
Commit 326402ef authored by Jason Swails's avatar Jason Swails
Browse files

Add arguments needed by the new CUDA agents

parent 015bef31
...@@ -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
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment