Skip to content

Commit

Permalink
Merge pull request #158 from slaclab/pr-update-readme
Browse files Browse the repository at this point in the history
Update datagpu README
  • Loading branch information
ruck314 authored Jul 24, 2024
2 parents 3649ef4 + f3e1e1a commit 6b7cde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_gpu/driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ sudo systemctl disable sddm # For SDDM
$ sudo systemctl disable nvidia-persistenced
```

Install nvidia cuda packages and cuda toolkit:
Install the nvidia 555 drivers and the cuda 12.3 toolkit:

```bash
$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
Expand All @@ -31,7 +31,7 @@ $ sudo /usr/sbin/rmmod datagpu; sudo /usr/sbin/rmmod nvidia-drm; sudo /usr/sbin/
$ sudo apt update
$ sudo apt-get purge nvidia-* -y
$ sudo apt autoremove -y
$ sudo apt install nvidia-kernel-source-545-open nvidia-cuda-toolkit -y
$ sudo apt install cuda-toolkit-12-3 nvidia-kernel-source-555-open libnvidia-compute-555 nvidia-firmware-555-555.42.06 -y
$ sudo reboot
```

Expand Down

0 comments on commit 6b7cde2

Please sign in to comment.