FROM python:3.8 WORKDIR /workspace ADD . /workspace RUN pip install -r requirements.txt CMD [ "python" , "/workspace/app.py" , " — host", "0.0.0.0", " — port", "7860" ]