Deep learning docker container(s) to go...
10K+
AI & Deep learning docker container(s) to go...
Tensorflow: 2.0.0-alpha0
Fastai: 1.0.51
Install CUDA 10.1 on the host system https://developer.nvidia.com/cuda-toolkit
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_v3:latest
It uses three volumes:
This project is licensed under the MIT License - see the LICENSE.md file for details
Content type
Image
Digest
Size
7.4 GB
Last updated
over 7 years ago
docker pull zerotosingularity/aidl-docker