You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we use kaniko to build-push-delivery model files in Model/ModelVersion lifecycle, which is a use-friendly approach, however, buildkit (opeated by docker official) has better performance and lower resource overhead, we may consider replace kaniko with buildkit as default image-build-push engine. Why is this needed:
Performance/experience improvements.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
For now, we use
kaniko
to build-push-delivery model files in Model/ModelVersion lifecycle, which is a use-friendly approach, however,buildkit
(opeated by docker official) has better performance and lower resource overhead, we may consider replacekaniko
withbuildkit
as default image-build-push engine.Why is this needed:
Performance/experience improvements.
The text was updated successfully, but these errors were encountered: