Skip to content

Commit 0089a0e

Browse files
committed
Fix another typo
1 parent 03a68a1 commit 0089a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def DeployJVMPackages(args) {
476476
${dockerRun} jvm docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 0
477477
"""
478478
sh """
479-
${dockerRun} jvm_gpu_build docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
479+
${dockerRun} jvm_gpu_build docker --build-arg CUDA_VERSION=10.0 tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
480480
"""
481481
}
482482
deleteDir()

0 commit comments

Comments
 (0)