Spaces:
Running
Running
Commit
·
65e0254
1
Parent(s):
96d3238
add - multi app
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -18,10 +18,10 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
18 |
EXPOSE 8080
|
19 |
|
20 |
# 添加可执行权限(如果没在构建前处理)
|
21 |
-
RUN chmod +x ./
|
22 |
|
23 |
# 设置 entrypoint 启动脚本
|
24 |
-
ENTRYPOINT ["./
|
25 |
|
26 |
# CMD 是传给 entrypoint.sh 的参数($@)
|
27 |
CMD ["python", "-m", "mteb.leaderboard.multi_app"]
|
|
|
18 |
EXPOSE 8080
|
19 |
|
20 |
# 添加可执行权限(如果没在构建前处理)
|
21 |
+
RUN chmod +x ./leaderboard/entrypoint.sh
|
22 |
|
23 |
# 设置 entrypoint 启动脚本
|
24 |
+
ENTRYPOINT ["./leaderboard/entrypoint.sh"]
|
25 |
|
26 |
# CMD 是传给 entrypoint.sh 的参数($@)
|
27 |
CMD ["python", "-m", "mteb.leaderboard.multi_app"]
|