Our GPPI rest packager can build a docker image compatible with ODAHU model deployment API. But we need a formal interface (specification) of such image compatibility.
What I mean:
Example of the specification:
To deploy the model into ODAHU container must run a webserver process with
- /model/info endpoint that return information about model in next format ....
- /model/predict endpoint to invoke models
- should listen port ...
and so on...
Our GPPI rest packager can build a docker image compatible with ODAHU model deployment API. But we need a formal interface (specification) of such image compatibility.
What I mean:
Example of the specification:
To deploy the model into ODAHU container must run a webserver process with
and so on...