We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e9231 commit 3dc6f19Copy full SHA for 3dc6f19
README.md
@@ -75,7 +75,7 @@ Requirements:
75
```bash
76
# build the common library
77
COMMIT=$(cat ./frontend/COMMIT)
78
-cd $KUBEFLOW_REPO/components/crud-web-apps/common/frontend/kubeflow-common-lib
+cd $KUBEFLOW_REPOSITORY/components/crud-web-apps/common/frontend/kubeflow-common-lib
79
git checkout $COMMIT
80
81
npm i
@@ -84,7 +84,7 @@ cd dist/kubeflow
84
npm link
85
86
# run the app frontend
87
-cd $KSERVE_MODELS_WEB_APP_REPO/frontend
+cd $KSERVE_MODELS_WEB_APPLICATION_REPOSITORY/frontend
88
89
npm link kubeflow
90
npm run build:watch
0 commit comments