Unverified Commit 8a2dcf1f by Tianqi Chen Committed by GitHub

[CI] Update ci-gpu to v0.52 (#3374)

* [CI] Update ci-gpu to v0.52

* update nodejs
parent 40d56b5d
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
// - Periodically cleanup the old versions on local workers // - Periodically cleanup the old versions on local workers
// //
ci_lint = "tvmai/ci-lint:v0.51" ci_lint = "tvmai/ci-lint:v0.51"
ci_gpu = "tvmai/ci-gpu:v0.51" ci_gpu = "tvmai/ci-gpu:v0.52"
ci_cpu = "tvmai/ci-cpu:v0.50" ci_cpu = "tvmai/ci-cpu:v0.50"
ci_i386 = "tvmai/ci-i386:v0.50" ci_i386 = "tvmai/ci-i386:v0.50"
......
...@@ -25,7 +25,7 @@ apt-get install -y curl ...@@ -25,7 +25,7 @@ apt-get install -y curl
# The node install script fetched and executed here will update the # The node install script fetched and executed here will update the
# apt source list, hence the second apt-get update is necessary. # apt source list, hence the second apt-get update is necessary.
curl -s -S -L https://deb.nodesource.com/setup_6.x | bash - curl -s -S -L https://deb.nodesource.com/setup_8.x | bash -
apt-get update apt-get update
apt-get install -y nodejs apt-get install -y nodejs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment