These images are versions of the Jupyter Docker Stacks images customized for specific courses, demos, trainings, tutorials, etc.
Run build-and-push.sh as necessary to build and push the images in this repository. Because these are "custom" images, the assumption is that they are one-off builds and thus would not benefit from GitHub Actions.
This project uses pre-commit to ensure commits meet minimum requirements:
- Install Poetry.
- Run
poetry update
to install dependencies. - Run
poetry run pre-commit install
to install the Git hooks.