Skip to content

Instantly share code, notes, and snippets.

@ixtiyoruz
Last active January 26, 2021 07:00
Show Gist options
  • Save ixtiyoruz/bb574b7def8a437e66e5b5579d8bc211 to your computer and use it in GitHub Desktop.
Save ixtiyoruz/bb574b7def8a437e66e5b5579d8bc211 to your computer and use it in GitHub Desktop.
Installing CUDA 8.0 in Ubuntu 18.04 and latest driver
bset way to install nvidia driver is download run file from nvidia web site and install it by
sudo service lightdm(or gdm) stop
sudo ./..run --dkms
then continue to install cuda using this link.
https://rodrigodzf.github.io/setup/cuda/2019/04/15/cuda-setup.html
@ixtiyoruz
Copy link
Author

sudo apt-get install build-essential gcc-multilib dkms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment