TensorFlow Serving ks generate tf-serving-service mnist-service
prototype name not found
#724
Labels
ks generate tf-serving-service mnist-service
prototype name not found
#724
I am working through the following guide: https://www.kubeflow.org/docs/components/tfserving_new/
The very first step here fails (
ks generate tf-serving-service mnist-service
).Firstly, if used exactly as above this will result in the following error:
ERROR finding app root from starting path: : unable to find ksonnet project
So it is necessary to first create a ks project and cd to the project folder:
This will then result in the following error:
EDIT
I was able to overcome this issue with the following fixes:
Add the kubeflow registry in order to gain access to the necessary prototypes:
And then followed by
ks generate tf-serving mnist-service
The text was updated successfully, but these errors were encountered: