https://github.com/mdbecker/fastbook-docker
Docker container for https://github.com/fastai/fastbook
https://github.com/mdbecker/fastbook-docker
Last synced: 5 months ago
JSON representation
Docker container for https://github.com/fastai/fastbook
- Host: GitHub
- URL: https://github.com/mdbecker/fastbook-docker
- Owner: mdbecker
- Created: 2022-03-15T20:15:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T20:16:22.000Z (over 4 years ago)
- Last Synced: 2024-12-27T06:09:32.720Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker build -t fastbook . && docker run --net=host --gpus all --memory 60g --memory-swap 60g --shm-size 8G --rm -it --name f1 fastbook