diff --git a/libs/langchain/dev.Dockerfile b/libs/langchain/dev.Dockerfile index 78a3779775..832e2a8cdb 100644 --- a/libs/langchain/dev.Dockerfile +++ b/libs/langchain/dev.Dockerfile @@ -53,5 +53,8 @@ COPY libs/community/ ../community/ # Copy the text-splitters library for installation COPY libs/text-splitters/ ../text-splitters/ +# Copy the partners library for installation +COPY libs/partners ../partners/ + # Install the Poetry dependencies (this layer will be cached as long as the dependencies don't change) RUN poetry install --no-interaction --no-ansi --with dev,test,docs