Skip to content

Instantly share code, notes, and snippets.

@imskojs
Last active February 13, 2019 07:57
Show Gist options
  • Save imskojs/d8157623499be6aa0c3938f7b35dddc6 to your computer and use it in GitHub Desktop.
Save imskojs/d8157623499be6aa0c3938f7b35dddc6 to your computer and use it in GitHub Desktop.
sudo apt purge -y nvidia*
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/410.93/NVIDIA-Linux-x86_64-410.93.run
wget https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda-repo-ubuntu1604-10-0-local-10.0.130-410.48_1.0-1_amd64
sudo chmod +x NVIDIA-Linux-x86_64-410.93.run
sudo sh NVIDIA-Linux-x86_64-410.93.run -q -a -n -X -s
sudo dpkg -i cuda-repo-ubuntu1604-10-0-local-10.0.130-410.48_1.0-1_amd64
sudo apt-key add /var/cuda-repo-10-0-local-10.0.130-410.48/7fa2af80.pub
sudo apt-get update
sudo apt-get install cuda
sudo git clone -b linux https://github.com/imskojs/ccminer.git
cd ccminer/
sudo ./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment