File size: 124 Bytes
242862b
b73e37f
242862b
d3b3306
1
2
3
4
FROM bigcodebench/bigcodebench-gradio:latest
RUN apt-get update && apt-get install wget
COPY . /app
CMD ["python", "app.py"]