Fix: install av directly instead of vllm[audio] with --no-deps

This commit is contained in:
2026-05-10 03:35:49 +00:00
parent 39c76cef64
commit 261d8e58fe

View File

@@ -1,3 +1,3 @@
FROM vllm/vllm-openai:v0.20.2-cu129
RUN pip install "vllm[audio]" --no-deps || pip install av
RUN pip install av