SeldonIO / seldon-operator

Seldon Core Operator for Kubernetes
Apache License 2.0
12 stars 10 forks source link

Mlflow model server #49

Closed axsaucedo closed 5 years ago

axsaucedo commented 5 years ago

Pull request to support MLFlow server in PR #774, to close #771

axsaucedo commented 5 years ago

@cliveseldon updated PR, now fully functional, and updated with master. It was tested by building the image, then changing the helm values in the seldon-core repo to IfNotPresent to ensure image is not overwritten. I then tested it with the latest Seldon Engine image built in #774 which contains support for the MLFlow server as well. The MLFlow server works as expected when sending requests.