This repo offers a series of useful images, including:
Images running Jupyter Lab:
- base-jupyter: this is the base image from which I create all other -jupyter images. It comes with a number of libraries installed that you can check here.
- tensorflow-jupyter: extends the base-jupyter image and installs tensorflow on top.
Note that these images serve the content of the volume mounted under /notebooks/, allowing you to work seamlessly with notebooks in your local file system.
You can run any of this container by executing something along these lines:
docker run --name ds-jupyterlab -p 8888:8888 -v /path/to/my/notebooks:/notebooks/ -it augusto1982/base-jupyter