Niv03 commited on
Commit
c1f8c6c
·
1 Parent(s): c2cfea0

Add docker file

Browse files
Files changed (2) hide show
  1. Dockerfile +10 -0
  2. README.md +11 -1
Dockerfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM python
2
+
3
+ WORKDIR app/
4
+
5
+ COPY . app/
6
+
7
+ RUN pip3 install -r requirements.txt
8
+
9
+ CMD ["streamlit", "run", "app.py"]
10
+
README.md CHANGED
@@ -1 +1,11 @@
1
- # RAG_QA_Chatbot
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Rag Based Convo Chatbot
3
+ emoji: 🔥
4
+ colorFrom: purple
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ port: 5073
9
+ ---
10
+
11
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference