Jupyter's minimal-notebook with added poetry.
This image is meant to be base for for my playground / research environments in which I want to control installed packages using poetry
and its package locking mechanism.
Generic image I use as my data science / machine learning / deep learning playground.
I use pyproject.toml file to specify my desired environment. The poetry.lock file guarantees that I will always get reproducible builds.