/fastai-docker

Fast.ai 2 course complete docker container

Primary LanguageDockerfile

Paperspace + Fast.ai Docker files

Overview

This is a docker build file designed to work with [Paperspace]. The latest pre-built runtimes are pushed here: https://hub.docker.com/r/paperspace/fastai/

This container pulls the latest fast.ai class. You can find this repo here: https://github.com/fastai/fastai and you can learn more about the Fast.ai course here: http://course.fast.ai/

Requirements:

Docker CE

NVIDIA-docker

Nvidia Drivers

Build

sudo docker build -t paperspace/fastai .

Pre-built runtimes

You can also just run the following without having to build the entire container yourself. This will pull the container from Docker Hub.

sudo docker run --runtime=nvidia -d -p 8888:8888 paperspace/fastai:cuda9_pytorch0.3.0