We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a58ab commit 0a015d4Copy full SHA for 0a015d4
spark-rapids/spark-rapids.sh
@@ -509,7 +509,7 @@ function install_nvidia_gpu_driver() {
509
"https://developer.download.nvidia.com/compute/cuda/${CUDA_VERSION}/local_installers/cuda_${CUDA_VERSION}_${NVIDIA_DRIVER_VERSION}_linux.run"
510
511
# Run the installer in silent mode
512
- bash driver.run --silent
+ execute_with_retries "bash driver.run --silent --driver --toolkit --no-opengl-libs"
513
514
# Remove the installer file after installation to clean up
515
rm driver.run
0 commit comments