Skip to content

Commit 35c2f45

Browse files
committed
Update Jenkinsfile to point to the new GPU image
1 parent 4322ebc commit 35c2f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
4848
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
4949
ci_lint = 'tlcpack/ci-lint:v0.69'
50-
ci_gpu = 'tlcpack/ci-gpu:v0.82'
50+
ci_gpu = 'tlcpack/ci-gpu:v0.83'
5151
ci_cpu = 'tlcpack/ci-cpu:v0.82'
5252
ci_wasm = 'tlcpack/ci-wasm:v0.72'
5353
ci_i386 = 'tlcpack/ci-i386:v0.75'

jenkins/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
4949

5050
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
5151
ci_lint = 'tlcpack/ci-lint:v0.69'
52-
ci_gpu = 'tlcpack/ci-gpu:v0.82'
52+
ci_gpu = 'tlcpack/ci-gpu:v0.83'
5353
ci_cpu = 'tlcpack/ci-cpu:v0.82'
5454
ci_wasm = 'tlcpack/ci-wasm:v0.72'
5555
ci_i386 = 'tlcpack/ci-i386:v0.75'

0 commit comments

Comments
 (0)