-
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: release-1.19.0-prep
Are you sure you want to change the base?
Wrappers s2i conda image #6896
Conversation
| @@ -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?
5d06114 to
c388799
Compare
|
PR with |
…- Dockerfiles build, make test works
…ails to resolve because seldon-core package requires >= 2.3.4, same as thinc(unclear where this comes from)
…e wrappers folder to be run successfully
…pass, dockerfile builds
… but raises image size from 370 to 415 MB
… patched version of pip
…hin poetry with patched version of pip due to High cve
…uf from 4.X to 5.X - e2e tests are failing due to depending on MLServer 1.7.X depending on higher protobuf version
a87a2ad to
8cdb56a
Compare
Why
Issues
Motivation
What
Summary of changes
Checklist
Testing