Skip to content

Instantly share code, notes, and snippets.

@Resurrection2018
Resurrection2018 / CUDA_Compilers.md
Created September 25, 2025 18:21 — forked from ax3l/CUDA_Compilers.md
CUDA Compilers
@Resurrection2018
Resurrection2018 / install-cuda-10-bionic.sh
Created September 24, 2025 13:20 — 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
@Resurrection2018
Resurrection2018 / cuda-install.md
Created September 23, 2025 21:05 — forked from mikaelhg/cuda-install.md
Proper CUDA and cuDNN installation
date title tags
2020-02-29
Proper CUDA and cuDNN installation
tech

You're here, so you're probably already hurting because of CUDA and cuDNN compatibility, and I won't have to motivate you, or explain why you'd want to have standalone CUDA and cuDNN installations, if you're going to develop using Tensorflow in the long term.

1. Download your CUDA runfile (local) packages