朱东升 commited on
Commit
fd9614a
·
1 Parent(s): 82526d0

requirements add

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM ghcr.io/nuprl/multipl-e-evaluation:v3.1
2
 
3
- # 覆盖基础镜像的默认入口点
4
  ENTRYPOINT []
5
- WORKDIR /app # 新增指令
6
  COPY . .
7
  EXPOSE 7860
8
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
1
  FROM ghcr.io/nuprl/multipl-e-evaluation:v3.1
2
 
3
+ # Override the default entrypoint of the base image
4
  ENTRYPOINT []
5
+ WORKDIR /app
6
  COPY . .
7
  EXPOSE 7860
8
  ENV GRADIO_SERVER_NAME="0.0.0.0"
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio