FROM python:3.9 WORKDIR /code RUN pip install --no-cache-dir --upgrade -r gradio COPY . . CMD ["python3 app.py"]