Installing and Using NVIDIA Docker | Deep Learning Basics

Published: 17 May 2020
on channel: SmartMine
56,548
707

Commands:

Install Docker
sudo apt update
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker

Install NVIDIA Docker
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docke... | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docke... | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
sudo systemctl restart docker


On this page of the site you can watch the video online Installing and Using NVIDIA Docker | Deep Learning Basics with a duration of hours minute second in good quality, which was uploaded by the user SmartMine 17 May 2020, share the link with friends and acquaintances, this video has already been watched 56,548 times on youtube and it was liked by 707 viewers. Enjoy your viewing!