ARG VARIANT=3.12-bookworm
FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}

RUN python -m pip install --no-cache-dir uv==0.6.17
