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