May 2019
Intermediate to advanced
452 pages
12h 16m
English
Now that have learned how to install Docker, let's also cover how to proceed with an NVIDIA Docker installation on Ubuntu 18.04:
Use the following commands for adding the repositories:
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | \sudo apt-key add -curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | \sudo tee /etc/apt/sources.list.d/nvidia-docker.listsudo apt-get update
Read now
Unlock full access