File size: 126 Bytes
242862b
 
e1860d8
 
d3b3306
1
2
3
4
5
FROM bigcodebench/bigcodebench-gradio:latest
COPY . /app
EXPOSE 7860
ENV GRADIO_SERVER_NAME="0.0.0.0"
CMD ["python", "app.py"]