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

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

commit 0d1693a16889419568e1ab3f68cea9dde6b7b38b
Author: Matthew <mbrookh...@octoml.ai>
AuthorDate: Fri Jul 2 16:51:56 2021 -0600

    next try at docker images
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0603d81..9056d63 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,12 +45,12 @@
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the 
regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.66"
-ci_gpu = "mbrookhart/ci-gpu:v0.1"
-ci_cpu = "mbrookhart/ci-cpu:v0.1"
+ci_gpu = "mbrookhart/ci-gpu:v0.2"
+ci_cpu = "mbrookhart/ci-cpu:v0.2"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.73"
-ci_qemu = "mbrookhart/ci-qemu:v0.1"
-ci_arm = "areusch1/ci-arm-staging:v0.04"
+ci_qemu = "mbrookhart/ci-qemu:v0.2"
+ci_arm = "areusch1/ci-arm-staging:v0.05"
 // <--- End of regex-scanned config.
 
 // tvm libraries

Reply via email to