Skip to content

Instantly share code, notes, and snippets.

View elephantjohn's full-sized avatar

sonderxixing elephantjohn

View GitHub Profile
@elephantjohn
elephantjohn / install-cuda-10-bionic.sh
Created June 22, 2020 02:25 — forked from bogdan-kulynych/install-cuda-10-bionic.sh
Install CUDA 10 on Ubuntu 18.04
# WARNING: These steps seem to not work anymore!
#!/bin/bash
# Purge existign CUDA first
sudo apt --purge remove "cublas*" "cuda*"
sudo apt --purge remove "nvidia*"
# Install CUDA Toolkit 10
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-repo-ubuntu1804_10.0.130-1_amd64.deb