Skip to content

Instantly share code, notes, and snippets.

View vio1etus's full-sized avatar
🏠
Working from home

Heyi Zhang vio1etus

🏠
Working from home
  • 10:08 (UTC +08:00)
View GitHub Profile
@vio1etus
vio1etus / cuda_11.3_installation_on_Ubuntu_20.04
Last active May 28, 2022 21:16 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
Instructions for CUDA v11.3 and cuDNN 8.2 installation on Ubuntu 20.04 for PyTorch 1.11
#!/bin/bash
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
## install tools for lspci, ubuntu-drivers, add-apt-repository