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 d8e2156 commit 77a58abCopy full SHA for 77a58ab
spark-rapids/spark-rapids.sh
@@ -505,7 +505,7 @@ function install_nvidia_gpu_driver() {
505
execute_with_retries "dnf install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r)"
506
507
# Download the CUDA installer run file
508
- curl -o driver.run \
+ curl -fsSL --retry-connrefused --retry 3 --retry-max-time 30 -o driver.run \
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
0 commit comments