You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/31 20:55:18 UTC

[tvm] branch ci-docker-staging updated: Fix typo

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

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


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new 2c27acd  Fix typo
2c27acd is described below

commit 2c27acd556aec55d9b8bb2e8a2f63ed194d110a6
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Wed Mar 31 13:55:03 2021 -0700

    Fix typo
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 18c3bd0..3550f93 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@
 
 // 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-cpu:v0.73-t2"
+ci_gpu = "tlcpack/ci-gpu:v0.73-t2"
 ci_cpu = "tlcpack/ci-cpu:v0.74-t2"
 ci_wasm = "tlcpack/ci-wasm:v0.70"
 ci_i386 = "tlcpack/ci-i386:v0.72-t0"