Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Jul 22, 2024
1 parent 327c8e6 commit 094f7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data_gpu/driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Install nvidia cuda packages and cuda toolkit:
```bash
$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo /usr/sbin/rmmod nvidia-drm
$ sudo /usr/sbin/rmmod nvidia-uvm
$ sudo /usr/sbin/rmmod nvidia-modeset
$ sudo /usr/sbin/rmmod nvidia
$ sudo /usr/sbin/rmmod nouveau
$ sudo apt update
$ sudo apt-get purge nvidia-* -y
$ sudo apt autoremove -y
Expand Down

0 comments on commit 094f7ef

Please sign in to comment.