Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 15, 2024
1 parent 3c48c8c commit 327c8e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data_gpu/driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ $ sudo systemctl disable sddm # For SDDM
$ sudo systemctl disable nvidia-persistenced
```

Add the nvida cuda package for nvidia-545.23.08 and install the cuda toolkit:
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 apt update
$ sudo apt install nvidia-kernel-source-545 # Tested with nvidia-545.23.08
$ sudo apt install nvidia-cuda-toolkit
$ sudo apt-get purge nvidia-* -y
$ sudo apt autoremove -y
$ sudo apt install nvidia-kernel-source-545-open nvidia-cuda-toolkit -y
$ sudo reboot
```

Add `iommu=off nouveau.modeset=0 rd.driver.blacklist=nouveau` GRUB_CMDLINE_LINUX:
Next, Add `iommu=off nouveau.modeset=0 rd.driver.blacklist=nouveau` GRUB_CMDLINE_LINUX:

```bash
$ sudo nano /etc/default/grub
Expand Down

0 comments on commit 327c8e6

Please sign in to comment.