Tariq Hasan
Tariq Hasan
@namespace-io Thank you for the explanation. It would be good to collaborate to get this done. A follow-up question that I have and one that @johnugeorge and @tenzen-y may also...
@namespace-io Also wondering if you have any thoughts on the specifics of how to implement your proposal. To paint the picture I worked through the code for the PyTorchJob controller...
One other thing I was just curious about is if @gigabyte132 saw this error only for the `enas-cpu` experiment or if the error was also seen for other experiments such...
/assign
This PR relies on a commit in my forked repository: https://github.com/kubeflow/kubeflow/compare/master...tariq-hasan:kubeflow:fix-katib-ui-tests. The commit needs to be merged into the `kubeflow` repository and the COMMIT file in this PR needs to...
The e2e tests involving Cypress have passed: https://github.com/kubeflow/katib/actions/runs/9935880934?pr=2384. There is a failed test for Katib UI: https://github.com/kubeflow/katib/actions/runs/9935880964/job/27442941694?pr=2384. This is coming from the `npm ci` commands in https://github.com/kubeflow/katib/blob/master/cmd/ui/v1beta1/Dockerfile. I am investigating...
> Thank you so much for investigating this and for this fix @tariq-hasan! > Please can you submit PR into `kubeflow/kubeflow` to add this library so we can take the...
Thank you for the clarification. I did some further investigation on the Publish Katib Core Images workflow. I found that the workflow fails within the final stage of the Dockerfile...
I am upgrading `kubeflow-common-library` in `crud-webapps` as well as `katib-ui` to node 16. That said, the following components are still using node 12: - [jupyter](https://github.com/kubeflow/kubeflow/blob/f6563b293808c771db05023bccdd793528c53745/components/crud-web-apps/jupyter/Dockerfile#L25) - [tensorboards](https://github.com/kubeflow/kubeflow/blob/f6563b293808c771db05023bccdd793528c53745/components/crud-web-apps/tensorboards/Dockerfile#L25) - [volumes](https://github.com/kubeflow/kubeflow/blob/f6563b293808c771db05023bccdd793528c53745/components/crud-web-apps/volumes/Dockerfile#L25) -...