This docker image will have between 3 or 4 python versions I will run on last Ubuntu LTS and use Deadsnake APT repo
A docker image with Python 3.9, 3.10, 3.11 on Ubuntu 22.04 and Poetry 1.6.1
/# python3.9 -c "import sys; print(sys.version)"
3.9.18 (main, Aug 25 2023, 13:20:14)
[GCC 11.4.0]
/# python3.10 -c "import sys; print(sys.version)"
3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
/# python3.11 -c "import sys; print(sys.version)"
3.11.5 (main, Aug 25 2023, 13:19:50) [GCC 11.4.0]
/# poetry --version
Poetry (version 1.6.1)
probably use Nox
Content type
Image
Digest
sha256:95523c875…
Size
178.8 MB
Last updated
about 3 years ago
docker pull pytgaen/multi-python-n-poetry