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 41043ed commit 1f17a03Copy full SHA for 1f17a03
terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh
@@ -170,7 +170,7 @@ retry sudo dnf install kernel-modules-extra -y
170
echo Installing Development Tools
171
sudo modprobe backlight
172
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'
+retry sudo curl -fsL -o /tmp/nvidia_driver 'https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-580.82.07.run'
174
retry sudo /bin/bash /tmp/nvidia_driver -s --no-drm
175
sudo rm -fv /tmp/nvidia_driver
176
0 commit comments