777def4 2c9f819 777def4
1
2
3
4
5
6
FROM bigcodebench/bigcodebench-gradio:latest RUN pip install gradio_leaderboard==0.0.11 schedule==1.2.2 COPY . /app EXPOSE 7860 ENV GRADIO_SERVER_NAME="0.0.0.0" CMD ["python", "app.py"]