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