FROM python:3.11 COPY . . RUN pip install -r req.txt EXPOSE 7860 CMD ['python','main.py']