Skip to content

matdmiller/fastai-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast.ai 2 course complete docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 93.9%
  • Shell 6.1%