Skip to content

Docker container that facilitates jumping into fastai development quickly

License

Notifications You must be signed in to change notification settings

e-gineering/fasti-ai-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fasti-ai-docker

Docker container that facilitates jumping into fastai development quickly

Prerequisites

If you plan to use a GPU, you will need to install support so that Docker can have access.

https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

Running the container

docker run --gpus all -it --rm -p 10000:8888 -v "${PWD}":/home/jovyan/work egineering/fastai:fastai-basic-dev-latest

Docker Hub

https://hub.docker.com/repository/docker/egineering/fastai/general

About

Docker container that facilitates jumping into fastai development quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published