Skip to content

Instantly share code, notes, and snippets.

@BaryshevS
BaryshevS / install_cuda_12_ubuntu_22.04.md
Last active December 24, 2024 19:16 — forked from ksopyla/install_cuda_12_ubuntu_22.04.md
How to install CUDA toolkit 12 on ubuntu 22.04, step by step guide

Step by step instruction how to install CUDA 12 Ubuntu 22.04

Clean all previous nvidia packages [optional step]

sudo apt purge nvidia*
sudo apt remove nvidia-*
sudo rm /etc/apt/sources.list.d/cuda*
@BaryshevS
BaryshevS / installing_nvidia_driver_cuda_cudnn_linux.md
Created December 27, 2020 14:16 — forked from kmhofmann/installing_nvidia_driver_cuda_cudnn_linux.md
Installing the NVIDIA driver, CUDA and cuDNN on Linux

Installing the NVIDIA driver, CUDA and cuDNN on Linux (Ubuntu 20.04)

This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software

on an Ubuntu Linux system, in particular Ubuntu 20.04.