q275343119 commited on
Commit
1a9c892
·
1 Parent(s): 945ebc7

add - multi app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install "pydantic<2.11"
15
  RUN pip install ".[leaderboard]"
16
  # ENV XDG_CACHE_HOME=/home/user/.cache
17
  ENV GRADIO_SERVER_NAME="0.0.0.0"
18
- EXPOSE 8080
19
 
20
 
21
  # 查看 /mteb 目录结构
 
15
  RUN pip install ".[leaderboard]"
16
  # ENV XDG_CACHE_HOME=/home/user/.cache
17
  ENV GRADIO_SERVER_NAME="0.0.0.0"
18
+ EXPOSE 7860
19
 
20
 
21
  # 查看 /mteb 目录结构