Initial commit

This commit is contained in:
2025-03-09 15:52:34 -03:00
commit 52329ec793
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"3.13.2-alpine_with-uv"
]
}
+3
View File
@@ -0,0 +1,3 @@
FROM python:3.13.2-alpine
RUN pip install uv
+7
View File
@@ -0,0 +1,7 @@
# Python Docker
This repository contains a series of prebuilt images to help you skip some build steps.
## Images
- `repository.nyeki.dev/docker/python/with-uv:3.13.2-alpine`: Python 3.13.2 Alpine with UV preinstalled.