RAG-Chat / Dockerfile
Nitish-py's picture
dockerfile
3befbcf
raw
history blame
104 Bytes
FROM python:3.11
RUN pip install -r requirements.txt
CMD ["chainlit", "run", "app.py", "--port", "7860"]