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 pass ModelInitializerContainerImage path #1116

Closed
hemantha-kumara opened this issue Nov 18, 2019 · 3 comments
Closed

How to pass ModelInitializerContainerImage path #1116

hemantha-kumara opened this issue Nov 18, 2019 · 3 comments

Comments

@hemantha-kumara
Copy link

We have deployed seldoncore on-premise where gcr.io docker registy is not reachable. due to gcr.io is not reachable, we are getting imagepullbackoff error. is there anyway we can pass dockerimage to ModelInitializerContainerImage ?

@axsaucedo
Copy link
Contributor

You can upload the image into the node's docker daemon, but this is something beyond the scope to seldon core. There are quite a lot of resources that could guide you to do this online

@hemantha-kumara
Copy link
Author

@axsaucedo I am asking is there anyway we can specify init docker image? by deafult initcontianer is trying to pull image gcr.io/kfserving/model-initializer but where as my node is not able ot pull image from outside. hence I am asking is there anyway we can specify docker image to initcontainer?

apiVersion: "machinelearning.seldon.io/v1alpha2"
kind: "SeldonDeployment"
metadata:
  name: "xgboost"
spec:
  name: "iris"
  predictors:
  - graph:
      children: []
      implementation: XGBOOST_SERVER
      modelUri: pvc://seldon/xgboost_model/model.bst
      name: classifier
    name: default
    replicas: 1

@ryandawsonuk
Copy link
Contributor

@hemantha-kumara As it happens I'm now working on that in #1112

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