-
Notifications
You must be signed in to change notification settings - Fork 855
Wrappers s2i conda image #6896
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
base: fix/core-1-CVEs
Are you sure you want to change the base?
Wrappers s2i conda image #6896
Conversation
…- Dockerfiles build, make test works
…ails to resolve because seldon-core package requires >= 2.3.4, same as thinc(unclear where this comes from)
| @@ -0,0 +1 @@ | |||
| python 3.8.10 | |||
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.
Ignore that
| # source: tensorflow/core/framework/resource_handle.proto | ||
| # Protobuf Python Version: 6.31.1 |
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.
@vtaskow this changes were introduced after you builе python package, right?
I've recently did the same, and I've noticed I had a lower Protobuf Python version in such automatically updated files.
Is it a problem? Does it mean we haven't pinned this version in our local environments? Should we pin it somehow?
…e wrappers folder to be run successfully
…in update dependencies for correct installation
Why
Issues
Motivation
What
Summary of changes
Checklist
Testing