Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

feat: grpc support #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: grpc support #47

wants to merge 1 commit into from

Conversation

aarnphm
Copy link
Contributor

@aarnphm aarnphm commented Aug 17, 2022

DO NOT MERGE UNTIL UPSTREAM IS MERGED

Signed-off-by: Aaron Pham <[email protected]>
@@ -65,6 +72,7 @@ def create_deployable(
DockerOptions(**options).with_defaults(),
str(deployable_path),
use_conda=not info.conda.is_empty(),
enable_grpc=enable_grpc,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as the lambda PR, we should add a config for gRPC to explicitly enable gRPC.
Also sagemaker doesn't support gRPC. We can do it for EC2 probably.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants