terryyz commited on
Commit
fb47f55
1 Parent(s): b73e37f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
  FROM bigcodebench/bigcodebench-gradio:latest
2
- RUN apt-get update && apt-get install wget
3
  COPY . /app
4
  CMD ["python", "app.py"]
 
1
  FROM bigcodebench/bigcodebench-gradio:latest
 
2
  COPY . /app
3
  CMD ["python", "app.py"]