FROM python:3.9 RUN pip install --no-cache-dir gradio requests COPY . . CMD ["python", "app.py"]