This commit is contained in:
parent
ed7a5d7eea
commit
52aed4635d
|
|
@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
# 拷贝 Gradio 源码(注意路径)
|
# 拷贝 Gradio 源码(注意路径)
|
||||||
COPY gradio-5.35.0 /app/gradio-5.35.0
|
COPY gradio-5.35.0 /app/gradio-5.35.0
|
||||||
|
|
||||||
|
# 拷贝 应用 源码(注意路径)
|
||||||
|
COPY evalscope_ui.py /app/
|
||||||
|
|
||||||
# 安装 Gradio 源码
|
# 安装 Gradio 源码
|
||||||
RUN pip install --upgrade pip && \
|
RUN pip install --upgrade pip && \
|
||||||
pip install -e ./gradio-5.35.0
|
pip install -e ./gradio-5.35.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue