These scripts help to use python machine learning libraries through docker images.
This is just a playground.
For the specific task, you may choose a specific set of packages and create a smaller image.
Docker file provides:
- python 3
- anaconda
- jupiter
- jupiterlab
Some additional libraries:
Pip packages
Usage:
Add repository to PATH variable (or create alias/shortcut for run.sh script).
Run jupiter notebook:
run.sh notebook
Run jupiter lab:
run.sh lab
# or
run.sh
After that you can connect to notebook at localhost:8888, current working directory will be mounted also.
Links:
- Docker hub
- Repository of the base image.