/fastbook-docker

Docker container for https://github.com/fastai/fastbook

Primary LanguageDockerfile

docker build -t fastbook . && docker run --net=host --gpus all --memory 60g --memory-swap 60g --shm-size 8G --rm -it --name f1 fastbook