FROM python:3.10-slim RUN pip install --no-cache-dir diffusers[torch] transformers accelerate gradio COPY app.py . CMD ["python", "app.py"]