Skip to content

Instantly share code, notes, and snippets.

@bsamadi
Last active February 23, 2020 19:23
Show Gist options
  • Save bsamadi/2e1274ecd8aeb91689406320f8e8f80a to your computer and use it in GitHub Desktop.
Save bsamadi/2e1274ecd8aeb91689406320f8e8f80a to your computer and use it in GitHub Desktop.
Install Cuda on Ubuntu 18.04
sudo apt update
sudo apt install nvidia-cuda-toolkit
ls /dev/nvidia*
nvcc -V
nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment