Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Created May 1, 2024 10:02
Show Gist options
  • Save vicente-gonzalez-ruiz/ca9cc4f69f50da4e2ddfe012220e4242 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/ca9cc4f69f50da4e2ddfe012220e4242 to your computer and use it in GitHub Desktop.
CUDA Debian
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