Spaces:
Running
Running
Asaad Almutareb
commited on
Commit
·
e88712c
1
Parent(s):
13c4341
added langchain version restriction for test
Browse filesuncommented the requirements pip install in Dockerfile
- .devcontainer/Dockerfile +1 -1
- requirements.txt +1 -1
.devcontainer/Dockerfile
CHANGED
@@ -12,4 +12,4 @@ FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}
|
|
12 |
#COPY library-scripts/github-debian.sh /tmp/library-scripts/
|
13 |
RUN apt-get update && apt-get update
|
14 |
RUN pip install --upgrade pip
|
15 |
-
|
|
|
12 |
#COPY library-scripts/github-debian.sh /tmp/library-scripts/
|
13 |
RUN apt-get update && apt-get update
|
14 |
RUN pip install --upgrade pip
|
15 |
+
RUN pip install -r requirements.txt
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
huggingface_hub
|
2 |
chromadb
|
3 |
faiss-cpu
|
4 |
-
langchain
|
5 |
langchain-community
|
6 |
python-dotenv
|
7 |
bs4
|
|
|
1 |
huggingface_hub
|
2 |
chromadb
|
3 |
faiss-cpu
|
4 |
+
langchain==0.1.5
|
5 |
langchain-community
|
6 |
python-dotenv
|
7 |
bs4
|