This commit is contained in:
hailin 2025-07-06 15:01:51 +08:00
parent ed7a5d7eea
commit 52aed4635d
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# 拷贝 Gradio 源码(注意路径)
COPY gradio-5.35.0 /app/gradio-5.35.0
# 拷贝 应用 源码(注意路径)
COPY evalscope_ui.py /app/
# 安装 Gradio 源码
RUN pip install --upgrade pip && \
pip install -e ./gradio-5.35.0