From 5527cbf51416c8e4e9423e0d7f99af89a4478b16 Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Fri, 5 Nov 2021 15:46:13 +0000 Subject: [PATCH] Update TVM ci-cpu docker image to v.079 (#9454) * Requested in #9296 * Validated at https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/169/pipeline/ --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 12ab17b193db..a5e1d2824566 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,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 = "tlcpack/ci-lint:v0.67" ci_gpu = "tlcpack/ci-gpu:v0.78" -ci_cpu = "tlcpack/ci-cpu:v0.78" +ci_cpu = "tlcpack/ci-cpu:v0.79" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.08"