Skip to content

Commit 0a015d4

Browse files
Update spark-rapids/spark-rapids.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 77a58ab commit 0a015d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-rapids/spark-rapids.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function install_nvidia_gpu_driver() {
509509
"https://developer.download.nvidia.com/compute/cuda/${CUDA_VERSION}/local_installers/cuda_${CUDA_VERSION}_${NVIDIA_DRIVER_VERSION}_linux.run"
510510

511511
# Run the installer in silent mode
512-
bash driver.run --silent
512+
execute_with_retries "bash driver.run --silent --driver --toolkit --no-opengl-libs"
513513

514514
# Remove the installer file after installation to clean up
515515
rm driver.run

0 commit comments

Comments
 (0)