FROM python:3.10 WORKDIR /app COPY app.py . RUN pip install flask huggingface_hub gdown humanize CMD ["python", "app.py"]