Last active
February 23, 2020 19:23
-
-
Save bsamadi/2e1274ecd8aeb91689406320f8e8f80a to your computer and use it in GitHub Desktop.
Install Cuda on Ubuntu 18.04
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
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