terryyz commited on
Commit
784f7a7
·
verified ·
1 Parent(s): 8c30d43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM --platform=linux/arm64 bigcodebench/bigcodebench-gradio:latest as build
2
  COPY . /app
3
  EXPOSE 7860
4
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
1
+ FROM bigcodebench/bigcodebench-gradio:v0.2.0
2
  COPY . /app
3
  EXPOSE 7860
4
  ENV GRADIO_SERVER_NAME="0.0.0.0"