Spaces:
Running
Running
new requirements
Browse files- Dockerfile.txt +1 -1
- 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
|
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.
|
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
|