We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473a6a7 commit 3d1bd92Copy full SHA for 3d1bd92
tests/Dockerfile
@@ -4,8 +4,8 @@ FROM dedocproject/dedoc_p3.9_base:version_2023_08_28
4
ENV PYTHONPATH "${PYTHONPATH}:/dedoc_root:/dedoc_root/tests:/dedoc_root/langchain"
5
6
COPY requirements.txt .
7
-RUN pip3 install --no-cache-dir -r requirements.txt
8
RUN pip3 install "langchain-community<1.0"
+RUN pip3 install --no-cache-dir -r requirements.txt
9
10
RUN mkdir /dedoc_root
11
COPY docs/source/_static/code_examples/langchain /dedoc_root/langchain
0 commit comments