Skip to content

Conversation

@walison17
Copy link
Collaborator

This way is a little faster and gives pip freedom to install transient dependencies in a compatible combination.

COPY poetry.lock pyproject.toml /app/

RUN pip install poetry && \
RUN pip install -U pip poetry && \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we use pip to install plugins at runtime, it's good for it to be up-to-date

Copy link
Member

@avelino avelino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@avelino avelino merged commit dee0fc4 into talkdai:main Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants