Skip to content

Instantly share code, notes, and snippets.

View ashutoshIITK's full-sized avatar
💻

Ash ashutoshIITK

💻
  • Boston, Massachusetts
  • 02:50 (UTC -04:00)
View GitHub Profile
@ashutoshIITK
ashutoshIITK / installing_nvidia_driver_cuda_cudnn_linux.md
Created December 7, 2021 16:02 — 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.

@ashutoshIITK
ashutoshIITK / gist:b1ad585fe026769c80c447ad46a98cc0
Created May 29, 2021 10:55 — forked from tzvsi/gist:222b3b22a847004a729744f89fe31255
Installing CUDA 10.2, CuDNN 7.6.5, TensorRT 7.0, Ubuntu 18.04

Step 1: Installing CUDA (~5.5 minutes)

You can also install CUDA directly from the offline installer, but this is a little easier.

sudo apt update
sudo apt upgrade -y

mkdir install ; cd install
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin