set uv dir

This commit is contained in:
2026-01-03 13:59:00 -05:00
parent 56652719aa
commit bfec74b10e
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ WORKDIR /app/code/
COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/
# Install Python
ENV UV_PYTHON_INSTALL_DIR=/app/code/uv
RUN mkdir /app/code/uv && uv python install -i /app/code/uv 3.13
# Install Python dependencies