ahsannawazch commited on
Commit
48fa2f2
2 Parent(s): 69943f4 800b3e2

Updated docker

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -0
  2. requirements.txt +2 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  # FROM python:3.12.2
2
 
3
  # COPY . /tmp
@@ -10,6 +11,8 @@
10
 
11
  # CMD ["chainlit", "run", "app.py"]
12
 
 
 
13
  FROM python:3.9
14
  RUN useradd -m -u 1000 user
15
  USER user
 
1
+ <<<<<<< HEAD
2
  # FROM python:3.12.2
3
 
4
  # COPY . /tmp
 
11
 
12
  # CMD ["chainlit", "run", "app.py"]
13
 
14
+ =======
15
+ >>>>>>> 800b3e23c21e5d0aebc12b48cd984631619f3ee4
16
  FROM python:3.9
17
  RUN useradd -m -u 1000 user
18
  USER user
requirements.txt CHANGED
@@ -4,3 +4,5 @@ langchain_cohere==0.1.4
4
  langchain_community==0.0.36
5
  langchain_core==0.1.49
6
  python-dotenv==1.0.1
 
 
 
4
  langchain_community==0.0.36
5
  langchain_core==0.1.49
6
  python-dotenv==1.0.1
7
+ pypdf
8
+ faiss-cpu