Releases: mfhepp/py4docker
Releases · mfhepp/py4docker
v2.0.8
What's Changed
- Update to Micromamba v2.0.8 and update all Python dependencies by @mfhepp in #26
Full Changelog: v2.0.4...v2.0.8
v2.0.4
- Update micromamba-docker to 2.0.4
- Added mechanism for complete lock files and ability to build an environment from a pinned specification with exact versions.
- See #25
Full Changelog: v2.0.2...v2.0.4
v1.5.8.4
- Added mechanism for mapping an additional local folder as a read-only data directory into the container (for Jupyter Notebooks only)
- Added mechanism for secrets like API TOKENS and other credentials, similar to Docker secrets but much simpler.
- Simplified the
run_notebook.sh
script.
Full Changelog: v1.5.8.3...v1.5.8.4
v1.5.8
What's Changed
- Updated to micromamba-docker:1.5.8
- Updated all Python dependencies for all environments
- Fixed mini.yaml so that it works as a notebook environment
- Added MIT license, fixes #6 by @mfhepp in #17
Full Changelog: v1.5.7...v1.5.8
v1.5.7.1
Added MIT license, fixes #6
v1.5.7
Updated to micromamba-docker
1.5.7.
v1.5.6.4
New Features
- Support for Jupyter Notebook and JupyterLab
- Build script produces lock files for conda/mamba packages
- CLI option for listing available images