Skip to content

Commit 176c773

Browse files
[ci][docker] Nightly Docker image update (#18710)
This bumps the Docker images to the latest versions from Docker Hub. Co-authored-by: tvm-bot <95660001+tvm-bot@users.noreply.github.com>
1 parent 057aa10 commit 176c773

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/jenkins/data.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,31 @@
5151
# Docker Images
5252
docker_images = {
5353
"ci_arm": {
54-
"tag": "tlcpack/ci-arm:20221013-060115-61c9742ea",
54+
"tag": "tlcpack/ci-arm:20251130-061900-c429a2b1",
5555
"platform": "ARM",
5656
},
5757
"ci_cpu": {
58-
"tag": "tlcpack/ci-cpu:20221013-060115-61c9742ea",
58+
"tag": "tlcpack/ci-cpu:20251130-061900-c429a2b1",
5959
"platform": "CPU",
6060
},
6161
"ci_gpu": {
62-
"tag": "tlcpack/ci-gpu:20221019-060125-0b4836739",
62+
"tag": "tlcpack/ci-gpu:20251130-061900-c429a2b1",
6363
"platform": "GPU",
6464
},
6565
"ci_hexagon": {
66-
"tag": "tlcpack/ci-hexagon:20221013-060115-61c9742ea",
66+
"tag": "tlcpack/ci-hexagon:20251130-061900-c429a2b1",
6767
"platform": "CPU",
6868
},
6969
"ci_i386": {
70-
"tag": "tlcpack/ci-i386:20221013-060115-61c9742ea",
70+
"tag": "tlcpack/ci-i386:20251130-061900-c429a2b1",
7171
"platform": "CPU",
7272
},
7373
"ci_lint": {
74-
"tag": "tlcpack/ci-lint:20221013-060115-61c9742ea",
74+
"tag": "tlcpack/ci-lint:20251130-061900-c429a2b1",
7575
"platform": "CPU",
7676
},
7777
"ci_wasm": {
78-
"tag": "tlcpack/ci-wasm:20221013-060115-61c9742ea",
78+
"tag": "tlcpack/ci-wasm:20251130-061900-c429a2b1",
7979
"platform": "CPU",
8080
},
8181
}

0 commit comments

Comments
 (0)