-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Dev/mask ldconfig output v2 #1716
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
Conversation
This reverts commit 53c2c3d.
run ldconfig before launching tgi Signed-off-by: Raphael Glon <[email protected]>
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.
@OlivierDehaene for a second opinion
@@ -0,0 +1,5 @@ | |||
#!/bin/bash | |||
|
|||
ldconfig 2>/dev/null || echo 'unable to refresh ld cache, not a big deal in most cases' |
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.
will still be displayed to user no?
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.
the echo message will, the error message won't.
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.
LGTM
wrap text-generation-launcher in docker image mask ldconfig failures to user (no need in most cases anyway) --------- Signed-off-by: Raphael Glon <[email protected]> Co-authored-by: Raphael Glon <[email protected]>
wrap text-generation-launcher in docker image mask ldconfig failures to user (no need in most cases anyway) --------- Signed-off-by: Raphael Glon <[email protected]> Co-authored-by: Raphael Glon <[email protected]>
This reverts commit 194fcb4.
Co-authored-by: Karol Damaszke <[email protected]>
wrap text-generation-launcher in docker image
mask ldconfig failures to user (no need in most cases anyway)