fix: uv dependency
All checks were successful
Build container / build-docker (push) Successful in 24m10s

This commit is contained in:
vera
2026-04-23 10:07:20 +08:00
parent 42eb035f4b
commit 7231ed2354
3 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
WORKDIR /app
COPY . .
RUN uv sync
RUN uv sync --extra vllm
ENV ASR_MODEL_PATH="Qwen/Qwen3-ASR-1.7B"