deploy(docker): use gu pp algorithm for osurx

This commit is contained in:
MingxuanGame
2025-08-28 15:13:50 +00:00
parent e35e7ee0ef
commit 4324d7ed2b
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ COPY pyproject.toml uv.lock ./
COPY packages/ ./packages/
RUN uv sync --frozen --no-dev
RUN uv pip install git+https://github.com/ppy-sb/rosu-pp-py.git
RUN uv pip install git+https://github.com/GooGuTeam/gu-pp-py.git
COPY . .