This commit is contained in:
hailin 2025-09-16 16:14:02 +08:00
parent ff79fb0952
commit e92140369d
1 changed files with 3 additions and 4 deletions

View File

@ -197,9 +197,8 @@ 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 \
RUN python3 -m pip install --no-cache-dir --no-deps \
openai-harmony==0.0.4 \
flashinfer-python==0.3.1
# ✅ 安装 Prometheus client