This container has moved to https://hub.docker.com/repository/docker/seemeai/fastai
2.0K
This container has moved to https://hub.docker.com/repository/docker/seemeai/fastai2.
The existing tags will remain for a while, but we recommend switching to using https://hub.docker.com/repository/docker/seemeai/fastai2.
There you will find:
This software comes as-is and with no warranty whatsoever. You are free to use this container at your own risk and for your own benefit.
Install Docker: (docker-ce or docker-ee) https://docs.docker.com/install/
Install Nvidia-docker: https://github.com/NVIDIA/nvidia-docker
Checkout code and run container
git clone https://github.com/fastai/course-v3.git
cd course-v3
docker run --runtime=nvidia -it -p 8888:8888 -v $HOME/.fastai:/root/.fastai -v $(pwd):/code/fastai --ipc=host zerotosingularity/fastai:latest
It uses three volumes:
Content type
Image
Digest
Size
4 GB
Last updated
over 6 years ago
docker pull zerotosingularity/fastai