From ff79fb0952685d3ffc8ae1639c1fdbda9bed5d1c Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 16 Sep 2025 15:52:59 +0800 Subject: [PATCH] . --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6398c6a35..a2db342fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -197,7 +197,10 @@ RUN ls -lh /tmp/wheels && \ python3 -c "import gradio, sys; print('✅ Gradio version =', gradio.__version__)" && \ rm -rf /tmp/wheels - +RUN PIP_NO_INDEX= PIP_FIND_LINKS= python3 -m pip install --no-cache-dir --no-deps \ + openai-harmony \ + flashinfer-cu12==0.3.1 \ + flashinfer-python==0.3.1 # ✅ 安装 Prometheus client RUN python3 -m pip install --no-cache-dir prometheus_client