Update 2017-12-00-Introducing-Kubeflow-Composable.md
parent
96c37a6485
commit
9d01cec7ce
|
@ -133,7 +133,7 @@ To deploy a the trained model for serving, execute the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
ks generate tf-serving inception --name=inception
|
ks generate tf-serving inception --name=inception
|
||||||
---namespace=default --model\_path=gs://$bucket_name/$model
|
---namespace=default --model\_path=gs://$bucket_name/$model_loc
|
||||||
ks apply gke -c inception
|
ks apply gke -c inception
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -170,3 +170,6 @@ Thank you for your support so far, we could not be more excited!
|
||||||
|
|
||||||
_Jeremy Lewi & David Aronchick_
|
_Jeremy Lewi & David Aronchick_
|
||||||
Google
|
Google
|
||||||
|
|
||||||
|
Note:
|
||||||
|
* This article was amended in June 2023 to update the trained model bucket location.
|
||||||
|
|
Loading…
Reference in New Issue