# Use a Python base image FROM python:3.11-slim # Set the correct working directory WORKDIR /usr/src/app # Install uv directly using pip RUN pip install uv