Update Dockerfile
Browse files- 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"]
|