Skip to content

Commit

Permalink
Update cuda driver to NVIDIA-Linux-x86_64-550.54.15 (#5243)
Browse files Browse the repository at this point in the history
Fixes: #5191
  • Loading branch information
atalman authored May 22, 2024
1 parent c05ab45 commit 625f52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ "$os_id" =~ ^amzn.* ]]; then
sudo yum install -y "kernel-devel-uname-r == $(uname -r)"
sudo modprobe backlight
fi
sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-535.54.03.run"
sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-550.54.15.run"
sudo /bin/bash /tmp/nvidia_driver -s --no-drm
sudo rm -fv /tmp/nvidia_driver
if [[ "$os_id" =~ ^amzn.* ]]; then
Expand Down

0 comments on commit 625f52f

Please sign in to comment.