Skip to content

Instantly share code, notes, and snippets.

View biggzlar's full-sized avatar
🐣
I may be slow to respond.

Lennart biggzlar

🐣
I may be slow to respond.
View GitHub Profile
@biggzlar
biggzlar / cuda_installation_on_ubuntu_18.04
Last active March 7, 2021 16:03 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
tensorflow-gpu and nvidia rtx 2060 / 2070 / 2080
#!/bin/bash
## This gist contains step by step instructions to install cuda v9.0 and cudnn 7.2 in ubuntu 18.04
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###