-
Notifications
You must be signed in to change notification settings - Fork 253
Use published images in chatbot-rag-app example #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use published images in chatbot-rag-app example #395
Conversation
|
|
||
| ```bash | ||
| docker compose up --build --force-recreate | ||
| docker compose up --force-recreate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I considered --pull always for reproducibility but figured the simpler command is better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed in principal, but --force-recreate is already there, too. I think we should do --pull-always until the telemetry stuff settles down, so that a future blog won't result in someone retrying and not seeing the new stuff. I know it may be overly cautious, so not hard opinion on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah given possible telemetry churn makes sense, added it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codefromthecrypt Can you take a look?
codefromthecrypt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
editorial only. LGTM
Co-authored-by: Adrian Cole <[email protected]>
Co-authored-by: Adrian Cole <[email protected]>
|
thx again! |
Adds the published image to the chatbot-rag-app docker-compose. It's used by default if
--buildisn't passed.