This commit is contained in:
parent
9d9a72b30a
commit
f3cffa392d
|
|
@ -31,7 +31,9 @@ RUN pip install \
|
||||||
-r ./evalscope/requirements/docs.txt \
|
-r ./evalscope/requirements/docs.txt \
|
||||||
-r ./evalscope/requirements/perf.txt \
|
-r ./evalscope/requirements/perf.txt \
|
||||||
-r ./evalscope/requirements/rag.txt && \
|
-r ./evalscope/requirements/rag.txt && \
|
||||||
pip install -e ./evalscope
|
pip install -e ./evalscope && \
|
||||||
|
# ✅ 清理 pip 缓存
|
||||||
|
rm -rf /root/.cache/pip
|
||||||
|
|
||||||
# 启动 Gradio 服务
|
# 启动 Gradio 服务
|
||||||
CMD ["python3", "gradio_ui.py"]
|
CMD ["python3", "gradio_ui.py"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue