Remove unused Gradio (#12995)

This commit is contained in:
Shaojun Liu 2025-03-24 10:51:06 +08:00 committed by GitHub
parent 46a4f53967
commit 7a86dd0569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,6 @@ RUN set -eux && \
pip install --upgrade cmake && \
VLLM_TARGET_DEVICE=xpu pip install --no-build-isolation -v /llm/vllm && \
pip install mpi4py fastapi uvicorn openai && \
pip install gradio==4.43.0 && \
pip install ray
WORKDIR /llm/