Skip to content

Commit 3d1bd92

Browse files
authored
Fix numpy in tests
1 parent 473a6a7 commit 3d1bd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM dedocproject/dedoc_p3.9_base:version_2023_08_28
44
ENV PYTHONPATH "${PYTHONPATH}:/dedoc_root:/dedoc_root/tests:/dedoc_root/langchain"
55

66
COPY requirements.txt .
7-
RUN pip3 install --no-cache-dir -r requirements.txt
87
RUN pip3 install "langchain-community<1.0"
8+
RUN pip3 install --no-cache-dir -r requirements.txt
99

1010
RUN mkdir /dedoc_root
1111
COPY docs/source/_static/code_examples/langchain /dedoc_root/langchain

0 commit comments

Comments
 (0)