3ad39d0
1
2
3
FROM python:3.11 RUN pip install -r requirements.txt CMD ["chainlit", "run", "app.py", "--port", "7860"]