FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye

RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/usr/local/bin sh && uv --version