Add with-uv:3.12-slim
This commit is contained in:
@@ -8,6 +8,8 @@ This repository contains a series of prebuilt images to help you skip some build
|
|||||||
preinstalled.
|
preinstalled.
|
||||||
- `repository.nyeki.dev/docker/python/with-uv:3.12-alpine`: Python 3.12 Alpine with UV
|
- `repository.nyeki.dev/docker/python/with-uv:3.12-alpine`: Python 3.12 Alpine with UV
|
||||||
preinstalled.
|
preinstalled.
|
||||||
|
- `repository.nyeki.dev/docker/python/with-uv:3.12-slim`: Python 3.12 Slim with UV
|
||||||
|
preinstalled.
|
||||||
|
|
||||||
## Adding a New Image
|
## Adding a New Image
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM python:3.12-slim
|
||||||
|
|
||||||
|
RUN pip install uv
|
||||||
|
|
||||||
|
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]
|
||||||
Reference in New Issue
Block a user