-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
bootstrapper error trying to create the PyTorch Operator #832
Comments
@jlewi: GitHub didn't allow me to assign the following users: kunmi. Note that only kubeflow members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @kunmingg |
Hmmm I remember we have PyTorch setup for bootstrapper e2e test... |
Bootstrapper now use master branch for registry, which contains PyTorch Operator. Close it now. |
/close |
I created a newly built image of the bootstrapper
When I ran the bootstrapper (as part of #823) I got the following error
This looks like a versioning issue; I'm guessing the bootstrapper is using an older version of the Kubeflow registry baked into the image that doesn't include the PyTorch operator.
I think #829 might provide a work around because we could specify via config map which components to install and not install the PyTorch operator.
/priority p1
/assign @kunmi
The text was updated successfully, but these errors were encountered: