minor edits on notes

This commit is contained in:
Joseph Hopfmüller
2024-11-17 22:16:52 +01:00
parent 87f40fc37c
commit 086240489a
4 changed files with 36 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
# CUDA 12.4 Install
> https://unknowndba.blogspot.com/2024/04/cuda-getting-started-on-wsl.html (@\_freddenis\_, 2024)
> <https://unknowndba.blogspot.com/2024/04/cuda-getting-started-on-wsl.html> (@\_freddenis\_, 2024)
```bash
# get md5sums
@@ -49,10 +49,9 @@ make
./devicequery
```
### if the cuda-toolkit install fails with unmet dependencies
>https://askubuntu.com/a/1493087 (jspinella, 2023, CC BY-SA 4.0)
><https://askubuntu.com/a/1493087> (jspinella, 2023, CC BY-SA 4.0)
1. Open the *new* file for storing the sources list
@@ -60,7 +59,7 @@ make
sudo nano /etc/apt/sources.list.d/ubuntu.sources
```
2. Paste in the following at the end of the file:
2. Paste in the following at the end of the file:
```raw
Types: deb
@@ -71,4 +70,3 @@ make
```
3. Save the file and run `sudo apt update` - now the install command for CUDA should work.