https://github.com/hostwithquantum/python-poetry
A Docker image (based on Debian Buster) for Python 3.x with Poetry
https://github.com/hostwithquantum/python-poetry
poetry-python python python3
Last synced: 2 months ago
JSON representation
A Docker image (based on Debian Buster) for Python 3.x with Poetry
- Host: GitHub
- URL: https://github.com/hostwithquantum/python-poetry
- Owner: hostwithquantum
- License: bsd-2-clause
- Created: 2022-05-02T11:15:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T22:38:03.000Z (4 months ago)
- Last Synced: 2025-11-28T09:34:37.600Z (4 months ago)
- Topics: poetry-python, python, python3
- Language: Dockerfile
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-poetry
Base image with Python `3.x` and [poetry](https://python-poetry.org/).
## Usage
```Dockerfile
FROM ghcr.io/hostwithquantum/python-poetry:vX
```
Tags correspond to the tags in this repository.