minor edits on notes
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user