FROM python:3.11-slim RUN pip install --no-cache-dir "huggingface_hub>=0.26" WORKDIR /app COPY app.py . COPY bundle ./bundle # judgments/ is ephemeral container storage; the CommitScheduler pushes it to # the dataset repo every 2 minutes, and files are boot-suffixed so restarts # never overwrite earlier uploads. EXPOSE 7860 CMD ["python", "app.py"]