How to Set Up Docker for Deep Learning on AWS

Access GPUs inside a running container with nvidia-docker

Matthew Sarmiento
Towards Data Science
5 min readJun 11, 2020

--

Source: https://blog.pridybailo.com/docker-and-nvidia-gpus/

This post will help you set up a GPU enabled Docker container on an AWS EC2 instance for Deep Learning. We’ll also cover how to access a Jupyter server running inside the container from your local machine.

--

--