Skip to content

Instantly share code, notes, and snippets.

View santurini's full-sized avatar
🔥
this emoji is fire

Arturo Ghinassi santurini

🔥
this emoji is fire
  • University of Rome, La Sapienza
  • Rome
  • LinkedIn in/santurini
View GitHub Profile
@RodrigoCMoraes
RodrigoCMoraes / install-nvidia-docker.sh
Last active May 10, 2024 10:13
Install nvidia docker in Ubuntu 18.04
#1. Update system
sudo apt-get update
#2.Install packages to allow apt to use a repository over HTTPS:
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common