Hydrospheredata / hydro-serving

MLOps Platform
http://docs.hydrosphere.io
Apache License 2.0
271 stars 42 forks source link

Open gRPC port in an example docker-compose.yaml #323

Closed Valenzione closed 4 years ago

Valenzione commented 4 years ago

I've opened added a 9090:9090 port forwarding to our docker-compose.yaml, so we could use predictors from a hydrosdk and connect to a gRPC channel through hydrosdk.Cluster

e.g. cluster = Cluster("http://localhost", grpc_address="localhost:9090") was failing previously

mkf-simpson commented 4 years ago

As we commit the docker-compose.yaml file automatically from the CI system, these changes can cause merge conflicts. So closing it now