A devcontainer based on microsoft's miniconda devcontainer, with added support for poetry.
It includes:
- oh-my-zsh pre-configured to use zsh with omz, but bash is still there if you want it
- miniconda for environment dependency management (i.e. the python version, as well as other non-python binaries)
- conda-lock to ensure repeatable environments
- Poetry for python package management
- preserve your shell history if you mount a volume
- support for git pre-commit hooks