Skip to content

Instantly share code, notes, and snippets.

View allifizzuddin89's full-sized avatar
🤑
Hyped

Allif_Izzuddin_BinAbdullah allifizzuddin89

🤑
Hyped
View GitHub Profile
@allifizzuddin89
allifizzuddin89 / install-docker.sh
Created March 13, 2022 14:21 — forked from p3jitnath/install-docker.sh
Docker and Nvidia Docker installation in Ubuntu 20.04 LTS
# WARNING : This gist in the current form is a collection of command examples. Please exercise caution where mentioned.
# Docker
sudo apt-get update
sudo apt-get remove docker docker-engine docker.io
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
docker --version