Unverified Commit 03861778 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2786 from swails/feature/jenkins-new-agents

Add arguments needed by the new CUDA agents
parents 015bef31 326402ef
......@@ -9,6 +9,7 @@ pipeline {
docker {
image "swails/openmm-all:latest"
label "cuda && docker"
args '--gpus all'
alwaysPull true
}
}
......@@ -26,6 +27,7 @@ pipeline {
docker {
image "swails/openmm-all:latest"
label "cuda && docker"
args '--gpus all'
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