Skip to content

Commit 7a86dd0

Browse files
authored
Remove unused Gradio (#12995)
1 parent 46a4f53 commit 7a86dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/llm/serving/xpu/docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ RUN set -eux && \
160160
pip install --upgrade cmake && \
161161
VLLM_TARGET_DEVICE=xpu pip install --no-build-isolation -v /llm/vllm && \
162162
pip install mpi4py fastapi uvicorn openai && \
163-
pip install gradio==4.43.0 && \
164163
pip install ray
165164

166165
WORKDIR /llm/

0 commit comments

Comments
 (0)