David Charles 3 weeks ago committed by GitHub
commit 0e8fe73111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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