FROM python:3.12-slim RUN apt-get update && apt-get install -y --no-install-recommends \ ffmpeg \ git \ build-essential \ && rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir \ pyrogram==2.0.106 \ tgcrypto \ requests \ aiohttp \ huggingface-hub WORKDIR /app COPY app.py /app/ EXPOSE 7860 CMD ["python3", "app.py"] # Trigger rebuild 27 جوان, 2026 CET 03:11:05 م