Skip to content

Commit

Permalink
[CI] Update cpu docker (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Oct 18, 2019
1 parent 687d4a8 commit 3c4b7cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@
// - Tag the new version as the lates
// - Periodically cleanup the old versions on local workers
//

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

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

// tvm libraries
Expand Down

0 comments on commit 3c4b7cc

Please sign in to comment.