dongsheng commited on
Commit
82edb9e
·
verified ·
1 Parent(s): 0de7dbf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
  FROM ghcr.io/nuprl/multipl-e-evaluation:v3.1
 
 
 
2
  COPY . /app
3
  EXPOSE 7860
4
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
1
  FROM ghcr.io/nuprl/multipl-e-evaluation:v3.1
2
+
3
+ # 覆盖基础镜像的默认入口点
4
+ ENTRYPOINT []
5
  COPY . /app
6
  EXPOSE 7860
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"