From 97b5b7850c6fd675b875ca5bf2f3d26dac0ef3bb Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 12 May 2020 02:41:04 -0700 Subject: [PATCH] [CI] Update the ci-gpu to the lastest build with the new vulkansdk. (#5571) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 92807402f9ad..60ee14249d28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ // ci_lint = "tvmai/ci-lint:v0.61" -ci_gpu = "tvmai/ci-gpu:v0.63" +ci_gpu = "tvmai/ci-gpu:v0.64" ci_cpu = "tvmai/ci-cpu:v0.62" ci_wasm = "tvmai/ci-wasm:v0.60" ci_i386 = "tvmai/ci-i386:v0.52"