File size: 126 Bytes
7ecd52b
 
 
 
 
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"]