From e92140369dc7fe096ef1c97ef1b26912965c4a31 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 16 Sep 2025 16:14:02 +0800 Subject: [PATCH] . --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2db342fd..b2b8da137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -197,10 +197,9 @@ 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 +RUN python3 -m pip install --no-cache-dir --no-deps \ + openai-harmony==0.0.4 \ + flashinfer-python==0.3.1 # ✅ 安装 Prometheus client RUN python3 -m pip install --no-cache-dir prometheus_client