Skip to content

Commit

Permalink
adds machine-owner-key fig (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jul 11, 2023
1 parent f856deb commit f01a6dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion gpu/nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,28 @@ sudo dpkg -i cuda-repo-ubuntu2204-12-2-local_12.2.0-535.54.03-1_amd64.deb
sudo cp /var/cuda-repo-ubuntu2204-12-2-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda
export PATH=/usr/local/cuda-12.2/bin${PATH:+:${PATH}}
```
2. Set your password for machine onwer key

![fig](machine-owner-key.png)

3. Reboot and setup your machine-owner-key
4. Check driver

```
nvidia-smi
```

✅ CUDA installation: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
Alternatively see for cuda versions: http://developer.download.nvidia.com/compute/cuda/repos/




### Using bash script

1. Run bash in a terminal

```
Expand Down
Binary file added gpu/nvidia/machine-owner-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f01a6dd

Please sign in to comment.