Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to wrap models using tool chains other than s2i? #507

Closed
jlewi opened this issue Apr 11, 2019 · 3 comments
Closed

How to wrap models using tool chains other than s2i? #507

jlewi opened this issue Apr 11, 2019 · 3 comments

Comments

@jlewi
Copy link

jlewi commented Apr 11, 2019

A question I (and others seem to have) is how to build seldon model servers using toolchains other than s2i e.g.

Looking at the docs if you aren't familiar with s2i its not clear what is actually happening.

However as far as I can tell wrapping your model boils down to the following for Python

  • Create a Docker image using whatever tool chain you prefer

  • Include seldon-core package

    • possibly by using seldon-core as a base image
  • Start seldon by running seldon-core-microservice

    seldon-core-microservice
      - LabelPrediction
      - REST
      - --service-type=MODEL
      - --persistence=0
    

Is that accurate?

/cc @cliveseldon

@ukclivecox
Copy link
Contributor

Yes that is correct.

We want to show clear docs for using other methods such as Kaniko, Fairing etc so would be great to get priorities so we can work on this for next release in collaboration with Kubeflow.

@rajivml
Copy link

rajivml commented Apr 12, 2019

Can we have an example where Kaniko is being used to package a model as a flask service using s2i may be by taking github-issue-summarisation or some other simple model as an example

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

No branches or pull requests

3 participants