From 9b15b0584c1e49dd892a8603b7aef2cf310dffc9 Mon Sep 17 00:00:00 2001 From: andraskuti Date: Sat, 3 Sep 2022 19:04:11 +0200 Subject: [PATCH 1/2] Update README.md Refined copy to better follow Docker terminology --- fastai-fastbook/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fastai-fastbook/README.md b/fastai-fastbook/README.md index 8bbae8c..9d0dd94 100644 --- a/fastai-fastbook/README.md +++ b/fastai-fastbook/README.md @@ -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 @@ -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` From e6f11d05a0d244bd2bbc097b3a3156691d947d1b Mon Sep 17 00:00:00 2001 From: andraskuti Date: Sat, 3 Sep 2022 19:06:14 +0200 Subject: [PATCH 2/2] Update README.md Minor refinements to content --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0a3852..2fbce76 100644 --- a/README.md +++ b/README.md @@ -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.