How to Set Up Docker for Deep Learning on AWS
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. One of my favourite things about Docker is that it allows you to easily reproduce your local development environment on a remote machine. This comes in real handy whenever you need to train a model on a GPU. This post assumes some familiarity with building Docker images and launching EC2 instances on AWS.
Jun-13-2020, 10:02:18 GMT
- Technology: