terryyz commited on
Commit
b73e37f
·
verified ·
1 Parent(s): d89ff20

Update Dockerfile

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