-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update scipy image and requirements for Charmed Kubeflow 1.9 #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. Regarding e2e-wine, we can keep the changes although it's not expected to run in a fresh 1.9 deployment #85.
Trying to run them in 1.9 deployment, it looks like
- kserve fails with the following logs https://pastebin.canonical.com/p/YtVx3cVxKH/
- katib fails with https://pastebin.canonical.com/p/25bYFTXXRB/
That katib failure could be related to canonical/katib-operators#211 although the logs provided there are different but I think the kserve is related to the changes in the PR. Could you take a look at the Kserve one for start?
Regarding Katib, LGTM. It is indeed unrelated to this PR. Regarding Kserve, it indeed fails and I captured those logs when running with the driver https://pastebin.canonical.com/p/3Yh2VW4hts/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, tested on latest/edge
and everything worked!
Closes #73.
This PR updates the scipy image and the dependencies for all UATs in order to be compatible with CKF 1.9.
kubeflownotebookswg/jupyter-scipy:v1.9.0
kubeflow-training
has been pinned to version1.6.0
because of a breaking change in imports, as documented in Update UATs notebooks for neverkubeflow-training
SDK #84