dongsheng commited on
Commit
4de3438
·
verified ·
1 Parent(s): 2d491f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ghcr.io/nuprl/multipl-e-evaluation@sha256:11864ca95774df16c34b4cd1eac231f9e5466c7ea38dac98e5b5b053e18479de
2
  COPY . /app
3
  EXPOSE 7860
4
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
1
+ FROM docker pull ghcr.io/nuprl/multipl-e-evaluation:v3.1
2
  COPY . /app
3
  EXPOSE 7860
4
  ENV GRADIO_SERVER_NAME="0.0.0.0"