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

masahi pushed a commit to branch unity-ci-cpu-pt
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit b510b633f9880f014c82015e01f341e959652a0e
Author: Masahiro Masuda <[email protected]>
AuthorDate: Mon May 15 14:49:15 2023 +0900

    [CI] Update CPU image to install PyTorch (fix)
---
 ci/jenkins/unity_jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy 
b/ci/jenkins/unity_jenkinsfile.groovy
index 29b00ae091..c93755fa97 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -32,7 +32,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the 
regex as needed. -->
 ci_lint = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
 ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
-ci_cpu = 'tlcpackstaging/ci_cpu:20230504-142417-4d37a0a0'
+ci_cpu = 'tlcpackstaging/ci_cpu:20230513-200357-e54bbc73'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
 ci_qemu = 'tlcpack/ci-qemu:v0.11'

Reply via email to