This container has moved to https://hub.docker.com/repository/docker/seemeai/fastai2
1.7K
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 Docker container allows you to easily get started with using fast.ai's version 2.
This is not an official Fast.ai release, nor associated with Fast.ai.
The container is being maintained by proud members of the Fast.ai community, with a goal to be helpful to people wanting to use Fast.ai in a Docker container.
From what we can find, you will need a Linux machine and an NVidia GPU.
MIT
0. Install CUDA 10.2 on the host system
https://developer.nvidia.com/cuda-toolkit
The machine running the CUDA container only requires the NVIDIA driver, the CUDA toolkit doesn't have to be installed.
from https://github.com/NVIDIA/nvidia-docker/wiki/CUDA
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
docker run --runtime=nvidia -it -p 8888:8888 -v $HOME/.fastai:/root/.fastai -v $HOME/.torch:/root/.torch -v $(pwd):/code --ipc=host zerotosingularity/fastai2:tagname
It uses three volumes:
/codeContent type
Image
Digest
Size
3.3 GB
Last updated
over 6 years ago
docker pull zerotosingularity/fastai2