ALVHB95 commited on
Commit
39c4e6f
·
1 Parent(s): ec1dda8

new requirements

Browse files
Files changed (2) hide show
  1. Dockerfile.txt +1 -1
  2. requirements.txt +1 -1
Dockerfile.txt CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN pip install --no-cache-dir -r /code/requirements.txt
8
 
9
  COPY . .
10
 
requirements.txt CHANGED
@@ -4,7 +4,7 @@ langchain
4
  langchain-community
5
  pypdf
6
  pydantic
7
- sentence-transformers==2.2.3
8
  chromadb
9
  gradio
10
  beautifulsoup4
 
4
  langchain-community
5
  pypdf
6
  pydantic
7
+ sentence-transformers==2.2.2
8
  chromadb
9
  gradio
10
  beautifulsoup4