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
This request is to remove the container build magic, this is an alternative path that can become out dated and create confusion for customers.
Suggestion is to remove the functionality and add a proper error message indicating that the library is deprecated and removed.
there are two sections that need to be removed , pipelines/sdk/python/kfp/notebook/_magic.py as well as the corresponding library def build_docker_image under pipelines/sdk/python/kfp/containers/_component_builder.py
The text was updated successfully, but these errors were encountered:
* Fix grpc is not working with logger (kubeflow#2251)
* Fix grpc inference request fails when used with logger.
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
* Added e2e for grpc with logger
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Fixed lint errors
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Added logs to debug failing grpc in workflow
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Made changes in e2e to use grpc with logger using torchserve
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
added grpc trace for debugging
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Made changes to move logger grpc test from torchserve to the custom model
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
* Fixed lint errors
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
* Cleanup debug changes
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
* Made changes to fix review suggestions
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
This request is to remove the container build magic, this is an alternative path that can become out dated and create confusion for customers.
Suggestion is to remove the functionality and add a proper error message indicating that the library is deprecated and removed.
there are two sections that need to be removed , pipelines/sdk/python/kfp/notebook/_magic.py as well as the corresponding library def build_docker_image under pipelines/sdk/python/kfp/containers/_component_builder.py
The text was updated successfully, but these errors were encountered: