Skip to content

Instantly share code, notes, and snippets.

View mesmesgit's full-sized avatar

Mark Strickland mesmesgit

  • Phoenix, AZ
View GitHub Profile
@mesmesgit
mesmesgit / cuda_10.2_installation_on_Ubuntu_18.04
Last active September 5, 2020 23:45 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
CUDA 10.2 Installation on Ubuntu 18.04
#!/bin/bash
## This gist contains instructions about cuda v10.2 and cudnn 7.6 installation in Ubuntu 18.04 for Tensorflow 2.1.0
# Rev MES 9/5/20 - hopefully this will work for opencv build as well
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###