FROM bigcodebench/bigcodebench-gradio:v0.2.0 COPY . /app EXPOSE 7860 ENV GRADIO_SERVER_NAME="0.0.0.0" CMD ["python", "app.py"]