Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README file refinements #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Paperspace + Fast.ai Docker Files
This repos containers dockerfiles for use with Fast.ai online courses. Each folder corresponds with the verion of the Fast.ai course you are participating in. Course version specific readme files are provided within each subdirectory.
# Paperspace + Fast.ai Dockerfiles
This repos containers Dockerfiles for use with Fast.ai online courses.
Each folder corresponds with the verion of the Fast.ai course you are participating in.
Course version specific readme files are provided within each subdirectory.
10 changes: 6 additions & 4 deletions fastai-fastbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## 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 is a Dockerfile (a text file that allow you to build Docker images) designed to work with [Paperspace]. The latest Docker images (pre-built runtimes) are pushed here: https://hub.docker.com/r/paperspace/fastai/

This container is intended to be used with to be used with the latest (v4) fast.ai fastbook repo. You can find this repo here: https://github.com/fastai/fastbook and you can learn more about the Fast.ai book here: http://book.fast.ai/
This Dockerfile is intended to be used with the fast.ai fastbook repo at https://github.com/fastai/fastbook
You can learn more about the fast.ai book here: http://book.fast.ai/

course-v4 is no longer a repo -- please use the clean directory of the fastbook repository (fastbook/clean) for that content

Expand All @@ -22,8 +23,9 @@ Nvidia Drivers

`sudo docker build -t paperspace/fastai .`

## Pre-built runtimes
## Docker images (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.
You can also just run the following command without having to build the Docker image yourself.
This will pull the Docker image from Docker Hub:

`sudo docker run --gpus all -d -p 8888:8888 paperspace/fastai:2.0-fastbook-2021-11-12 /run.sh`