You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/10/18 01:13:59 UTC

[incubator-tvm] 01/01: [CI] Update docker to latest

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git

commit 8749503728845126fefa2152e3f959dc84d1e0b3
Author: tqchen <tq...@octoml.ai>
AuthorDate: Sat Oct 17 18:11:09 2020 -0700

    [CI] Update docker to latest
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2e0c728..ec30429 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,10 +45,10 @@
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.62"
-ci_gpu = "tlcpack/ci-gpu:v0.65"
-ci_cpu = "tlcpack/ci-cpu:v0.67"
+ci_gpu = "tlcpack/ci-gpu:v0.70-t0"
+ci_cpu = "tlcpack/ci-cpu:v0.70-t0"
 ci_wasm = "tlcpack/ci-wasm:v0.60"
-ci_i386 = "tlcpack/ci-i386:v0.52"
+ci_i386 = "tlcpack/ci-i386:v0.70-t0"
 ci_qemu = "tlcpack/ci-qemu:v0.01"
 // <--- End of regex-scanned config.