March 2020
Intermediate to advanced
406 pages
8h 39m
English
We next need to install Docker CE on our CUDA enabled GCE VM. To install Docker CE on our VM, we can follow the instructions on this page:
https://docs.docker.com/install/linux/docker-ce/ubuntu/
At the time of writing this book, the following steps were necessary:
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key ...
Read now
Unlock full access