add libs/partners to dev.Dockerfile

pull/21902/head
root 2 weeks ago
parent da4fef8131
commit 02ca8a4f4a

@ -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

Loading…
Cancel
Save