8c30d43 242862b e1860d8 d3b3306
1
2
3
4
5
FROM --platform=linux/arm64 bigcodebench/bigcodebench-gradio:latest as build COPY . /app EXPOSE 7860 ENV GRADIO_SERVER_NAME="0.0.0.0" CMD ["python", "app.py"]