Files
python/dockerfiles/with-uv/3.12-slim/Dockerfile
T
2025-11-27 16:13:56 -03:00

6 lines
99 B
Docker

FROM python:3.12-slim
RUN pip install uv
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]