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 <[email protected]> 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.
