We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a68a1 commit 0089a0eCopy full SHA for 0089a0e
Jenkinsfile
@@ -476,7 +476,7 @@ def DeployJVMPackages(args) {
476
${dockerRun} jvm docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 0
477
"""
478
sh """
479
- ${dockerRun} jvm_gpu_build docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
+ ${dockerRun} jvm_gpu_build docker --build-arg CUDA_VERSION=10.0 tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
480
481
}
482
deleteDir()
0 commit comments