Skip to content

Instantly share code, notes, and snippets.

View nguyenchicuongvn's full-sized avatar

Cuong Nguyen nguyenchicuongvn

View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@nguyenchicuongvn
nguyenchicuongvn / cuda_installation_on_ubuntu_18.04
Created March 13, 2019 04:15 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
cuda 9.0 complete installation procedure for ubuntu 18.04 LTS
#!/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
###