Skip to content

Commit

Permalink
[CI] Bump to use the new cpu image (apache#4677)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Jan 10, 2020
1 parent 8d83da6 commit a059f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@

// Hashtag in the source to build current CI docker builds
//
// - ci-cpu:v0.54: e7c88a99f830de30814df14eaa980547ecbd61c1
// - ci-cpu:v0.55: 07b45d958d4af91ec1bab66f6cf391d1ce12ddaf
//

ci_lint = "tvmai/ci-lint:v0.51"
ci_gpu = "tvmai/ci-gpu:v0.56"
ci_cpu = "tvmai/ci-cpu:v0.54"
ci_cpu = "tvmai/ci-cpu:v0.55"
ci_i386 = "tvmai/ci-i386:v0.52"

// tvm libraries
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker CPU env
# tag: v0.54
# tag: v0.55
FROM ubuntu:16.04

RUN apt-get update --fix-missing
Expand Down

0 comments on commit a059f7b

Please sign in to comment.