Skip to content

Instantly share code, notes, and snippets.

@Artiume
Artiume / cuda_11.1_installation_on_Ubuntu_20.04
Last active December 1, 2023 10:25 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
CUDA 11.1 Installation on Ubuntu 20.04
#!/bin/bash
## This gist contains instructions about cuda v11.1 and cudnn 7.6 installation in Ubuntu 20.04 for Tensorflow 2.1.0
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###