Skip to content

Commit

Permalink
Merge pull request #336 from janden/v100_constraint
Browse files Browse the repository at this point in the history
Constrain jenkins to use v100 GPUs
  • Loading branch information
ahbarnett authored Sep 2, 2023
2 parents 4d3b2e5 + b804e67 commit 0e2371e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pipeline {
dockerfile {
filename 'tools/cufinufft/docker/cuda11.0/Dockerfile-x86_64'
args '--gpus 2'
label 'v100'
}
}
environment {
Expand Down

0 comments on commit 0e2371e

Please sign in to comment.