Skip to content

Commit 0e2371e

Browse files
authored
Merge pull request #336 from janden/v100_constraint
Constrain jenkins to use v100 GPUs
2 parents 4d3b2e5 + b804e67 commit 0e2371e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pipeline {
1111
dockerfile {
1212
filename 'tools/cufinufft/docker/cuda11.0/Dockerfile-x86_64'
1313
args '--gpus 2'
14+
label 'v100'
1415
}
1516
}
1617
environment {

0 commit comments

Comments
 (0)