Created
May 1, 2024 10:02
-
-
Save vicente-gonzalez-ruiz/ca9cc4f69f50da4e2ddfe012220e4242 to your computer and use it in GitHub Desktop.
CUDA Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install the Nvidia driver (see ). | |
2. Install CUDA: | |
sudo apt install linux-headers-$(uname -r) gcc make nvidia-cuda-dev nvidia-cuda-toolkit nvtop | |
3. Test: | |
nvcc -V | |
nvtop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment