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

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