Updated cuda install guide

This commit is contained in:
Martin Opat 2024-12-23 19:10:34 +01:00
parent 962a1c002b
commit f68d6eb6a9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sudo ./cuda_12.5.1_555.42.06_linux.run
Note: Make sure that the cuda version (above 555) matches the driver version. Newest cuda drivers can be downloaded from [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads). Note: Make sure that the cuda version (above 555) matches the driver version. Newest cuda drivers can be downloaded from [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads).
Additionally, disabling the GUI via `ctrl+alt+f3` and subsequently running: Additionally, disabling the GUI via `ctrl+alt+f3` (ubuntu) and subsequently running:
```bash ```bash
sudo systemctl isolate multi-user.target sudo systemctl isolate multi-user.target