Skip to content

Issue: Update setup instructions + Dockerfile due to migration of common library from kubeflow/kubeflow repo #145

@LogicalGuy77

Description

@LogicalGuy77

Summary

The common library previously located in the kubeflow/kubeflow repo has been removed in this commit:
kubeflow/kubeflow@4bf108b
It appears that the functionality/layout previously used by the Models Web Application has now moved under:
https://github.com/kubeflow/dashboard/tree/main/components/centraldashboard-angular/frontend

Because of this, the current setup instructions and Dockerfile for the Models Web Application no longer work as expected.

What needs to be updated

  • Update documentation pointing to the old kubeflow/kubeflow common directory.
  • Fix references in the Dockerfile related to the old common library path.
  • Validate the build with the new dashboard repo structure.
  • Update local development instructions accordingly.

Impact

Without this update, new contributors and users won’t be able to build or set up the Models Web Application using the current docs, since the referenced library no longer exists in kubeflow/kubeflow.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions