FROM bigcodebench/bigcodebench-gradio:latest RUN apt-get update && apt-get install wget COPY . /app CMD ["python", "app.py"]