We welcome community contributions to this project.
Please read Contributor Guide for more information on how to get started.
- docker hub see https://hub.docker.com/r/sinlov/docker-python-poetry-gcc
- from https://hub.docker.com/r/fnndsc/python-poetry
latest semver version
- add kit
- make
- gcc
image version | poetry version | python version | micromamba version | conda version |
---|---|---|---|---|
1.7.1 | 1.7.1 | 3.12.1 | 1.4.9 | |
1.5.1 | 1.5.1 | 3.11.4 | 1.4.8 | |
1.4.1 | 1.4.1 | 3.11.2 | 23.3.1 | |
1.3.1-alpine | 1.3.1 | 3.11.0 | 22.11.1 |
- 1.5.1 use micromamba
- notice: docker user change to
uid=1000(mambauser) gid=1000(mambauser) groups=1000(mambauser)
- notice: docker user change to
docker run --rm \
--entrypoint poetry \
--name "test-docker-python-poetry-gcc" \
sinlov/docker-python-poetry-gcc:latest \
--help