Skip to content

Commit

Permalink
next try at docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Jul 12, 2021
1 parent 275cc43 commit 7f5a959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Expand Up @@ -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
Expand Down

0 comments on commit 7f5a959

Please sign in to comment.