fastai / docker-containers

Docker images for fastai
https://hub.docker.com/u/fastai
Apache License 2.0
173 stars 41 forks source link

https://hub.docker.com/r/fastdotai/fastai-course:latest not pulling fastbook #40

Closed DmitriyusGit closed 3 years ago

DmitriyusGit commented 3 years ago

When I pull the docker image from:

https://hub.docker.com/r/fastdotai/fastai-course:latest

The fastbook directory and all its contents are missing. Am I misunderstanding that it should have that directory?

Edit: Please disregard, I used " sudo docker pull fastdotai/fastai-course" to pull the docker image but then to start the container I copy pasted "docker run --gpus all -p 8888:8888 fastdotai/fastai ./run_jupyter.sh" which caused it to pull the non-course image and start that, which explains why there was no course material. Apologies!