FROM bigcodebench/bigcodebench-gradio:latest RUN apt-get update && \ apt-get install -y \ bash \ git git-lfs \ wget curl procps \ htop vim nano && \ rm -rf /var/lib/apt/lists/* COPY . /app CMD ["python", "app.py"]