We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4a027 commit 55d7813Copy full SHA for 55d7813
jenkins/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
label 'gpu&&v100'
17
filename 'Dockerfile'
18
dir 'jenkins'
19
- additionalBuildArgs '--build-arg JULIA=lts'
+ additionalBuildArgs '--build-arg JULIA=1.10'
20
args '--gpus "device=1"'
21
}
22
@@ -64,7 +64,7 @@ pipeline {
64
65
66
67
68
69
70
0 commit comments