Fix docker build

This commit is contained in:
Ashwin Bharambe 2025-01-31 22:00:46 -08:00
parent 62b54fd70c
commit fbd3ffbf99

View file

@ -76,6 +76,7 @@ RUN apt-get update && apt-get install -y \
bubblewrap \
&& rm -rf /var/lib/apt/lists/*
ENV UV_SYSTEM_PYTHON=1
RUN pip install uv
EOF
fi