Skip to content

Commit

Permalink
inst
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Kowalczyk committed Jul 19, 2024
1 parent 870026c commit 6a77e23
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
sudo make clean
sudo rmmod nvidia_drm nvidia_modeset nvidia_uvm nvidia
set -e
CC=gcc-12 CXX=g++ sudo make modules -j$(nproc)
CC=gcc-12 CXX=g++ sudo make modules_install -j$(nproc)

CC=gcc-12 CXX=g++ sudo make clean
CC=gcc-12 CXX=g++ make modules -j$(nproc)
CC=gcc-12 CXX=g++ sudo checkinstall make modules_install -j$(nproc)

sudo depmod
nvidia-smi

0 comments on commit 6a77e23

Please sign in to comment.