FROM python:3.14-slim RUN pip install --no-cache-dir huggingface_hub COPY . /app/human_labeling EXPOSE 7860 CMD ["python", "human_labeling/app.py", "--port", "7860"]