q275343119 commited on
Commit
37e4acb
·
1 Parent(s): b4d39c1

feat-combine-plots

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -6
Dockerfile CHANGED
@@ -15,11 +15,8 @@ WORKDIR /mteb
15
  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"]
 
15
  RUN pip install "pydantic<2.11"
16
  RUN pip install ".[leaderboard]"
17
 
18
+ # ENV XDG_CACHE_HOME=/home/user/.cache
19
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
20
  EXPOSE 7860
21
 
22
+ CMD ["make", "run-leaderboard"]