Skip to content

Commit 1f17a03

Browse files
authored
Update NVIDIA driver to 580.82.07 (#7159)
This updates the nvidia driver to `580.82.07` to add support for CUDA 13.0 runtime. This is similar to pytorch/pytorch#162531 but for our entire fleet
1 parent 41043ed commit 1f17a03

File tree

1 file changed

+1
-1
lines changed
  • terraform-aws-github-runner/modules/runners-instances/templates

1 file changed

+1
-1
lines changed

terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ retry sudo dnf install kernel-modules-extra -y
170170
echo Installing Development Tools
171171
sudo modprobe backlight
172172

173-
retry sudo curl -fsL -o /tmp/nvidia_driver 'https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-570.133.07.run'
173+
retry sudo curl -fsL -o /tmp/nvidia_driver 'https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-580.82.07.run'
174174
retry sudo /bin/bash /tmp/nvidia_driver -s --no-drm
175175
sudo rm -fv /tmp/nvidia_driver
176176

0 commit comments

Comments
 (0)