Commit 808441b7 authored by Jason Swails's avatar Jason Swails
Browse files

Use a CPU-only docker image for the CPU stages

parent f88ec88e
...@@ -39,7 +39,7 @@ pipeline { ...@@ -39,7 +39,7 @@ pipeline {
stage("Build/test CPU platforms") { stage("Build/test CPU platforms") {
agent { agent {
docker { docker {
image "swails/openmm-all:latest" image "swails/openmm-cpu:latest"
label "docker" label "docker"
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