_ _
| |_ _ _| |_ ___ ___ ___
| __| | | | __/ _ \/ __/ _ \
| |_| |_| | || __/ (_| (_) |
(_)__|\__,_|\__\___|\___\___/
-- data & knowledge experts --
Base for this docker image is the jupyter-pyspark-notebook
We have extended the image for use with AWS and included some Jupyter Lab extension already. Check out our cookiecutter template to get a jump start, including some instructional examples.
we use python invoke instead of unix make. The advantage is, that it runs where python is installed, including MS Windows.
to run a local build
invoke build-local
The result is the tuteco/jupyter_datascience_pyspark:latest-dev container image. Be aware that the local build has the tag "latest-dev".