A Jupyter Notebook Docker image. It includes the following kernels:
- fast.ai
- Pytorch
- Tensorflow
- Skikit-learn
- Python 3
TODO: Update the readme...
To build:
docker build --no-cache -t "$USER/$(basename $PWD)" . --build-arg DL_TOOLS=true
The default login credentials are jupyter
for both Username and Password.
To run:
make start_jupyter ARG="--restart=on-failure:10 -d -p 8000:8000"
When you are done you can stop the container.
else you can stop and delete the volume.