This commit is contained in:
parent
67ea20c50f
commit
ff79fb0952
|
|
@ -197,7 +197,10 @@ RUN ls -lh /tmp/wheels && \
|
||||||
python3 -c "import gradio, sys; print('✅ Gradio version =', gradio.__version__)" && \
|
python3 -c "import gradio, sys; print('✅ Gradio version =', gradio.__version__)" && \
|
||||||
rm -rf /tmp/wheels
|
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
|
# ✅ 安装 Prometheus client
|
||||||
RUN python3 -m pip install --no-cache-dir prometheus_client
|
RUN python3 -m pip install --no-cache-dir prometheus_client
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue