Skip to content

Commit 77a58ab

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 d8e2156 commit 77a58ab

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
@@ -505,7 +505,7 @@ function install_nvidia_gpu_driver() {
505505
execute_with_retries "dnf install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r)"
506506

507507
# Download the CUDA installer run file
508-
curl -o driver.run \
508+
curl -fsSL --retry-connrefused --retry 3 --retry-max-time 30 -o driver.run \
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

0 commit comments

Comments
 (0)