chore: update deps

This commit is contained in:
Sun-ZhenXing
2025-07-25 09:28:12 +08:00
parent 7941617a8f
commit a837441bc4
5 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ ENV UV_DEFAULT_INDEX=${PYPI_MIRROR_URL}
# Install dependencies
RUN pip -V && \
pip config set global.index-url ${PYPI_MIRROR_URL} && \
pip install uv
pip install --no-cache-dir uv
RUN --mount=type=cache,target=/root/.cache/uv,id=uv-cache,sharing=locked \
uv sync --no-dev --no-install-project