Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
monsterapi
/
RAG-Chat
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3befbcf
RAG-Chat
/
Dockerfile
Nitish-py
dockerfile
3befbcf
over 1 year ago
raw
Copy download link
history
blame
Safe
104 Bytes
FROM
python:
3.11
RUN
pip install -r requirements.txt
CMD
[
"chainlit"
,
"run"
,
"app.py"
,
"--port"
,
"7860"
]