FROM mcr.microsoft.com/devcontainers/python:3.13-bookworm

ENV PIP_ROOT_USER_ACTION=ignore
RUN pip install uv

ENTRYPOINT ["bash"]
