Skip to content

Commit

Permalink
Update drivers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlu0 authored Dec 24, 2023
1 parent 51410c3 commit 684de52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DRIVER=535.54.03

apt-get update
apt-get -y install sudo
yum update
yum install sudo -y
sudo yum install gcc10 -y
sudo wget -O /tmp/NVIDIA-Linux-driver.run "https://us.download.nvidia.com/tesla/${DRIVER}/NVIDIA-Linux-x86_64-${DRIVER}.run"
sudo CC=gcc10-cc sh /tmp/NVIDIA-Linux-driver.run -q -a --ui=none

0 comments on commit 684de52

Please sign in to comment.