q275343119 commited on
Commit
cada1a8
·
1 Parent(s): def8070

add - all_in_one

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -5
Dockerfile CHANGED
@@ -16,10 +16,8 @@ RUN pip install "pydantic<2.11"
16
  RUN pip install ".[leaderboard]"
17
 
18
 
19
- # 开放容器端口
 
20
  EXPOSE 7860
21
 
22
- # 启动脚本需要可执行权限
23
- RUN chmod +x /mteb/mteb/leaderboard/entrypoint.sh
24
-
25
- ENTRYPOINT ["/mteb/mteb/leaderboard/entrypoint.sh"]
 
16
  RUN pip install ".[leaderboard]"
17
 
18
 
19
+ # ENV XDG_CACHE_HOME=/home/user/.cache
20
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
21
  EXPOSE 7860
22
 
23
+ CMD ["make", "run-leaderboard"]