Skip to content

Commit 96c37a6

Browse files
Update 2017-12-00-Introducing-Kubeflow-Composable.md
1 parent 0233b0f commit 96c37a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2017-12-00-Introducing-Kubeflow-Composable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Note how we set those parameters so they are used only when you deploy to GKE. Y
127127

128128
After training, you [export your model](https://www.tensorflow.org/serving/serving_basic) to a serving location.
129129

130-
Kubeflow also includes a serving package as well. In a separate example, we trained a standard Inception model, and stored the trained model in a bucket we’ve created called ‘gs://kubeflow-models’ with the path ‘/inception’.
130+
Kubeflow also includes a serving package as well.
131131

132132
To deploy a the trained model for serving, execute the following:
133133

134134
```
135135
ks generate tf-serving inception --name=inception
136-
---namespace=default --model\_path=gs://kubeflow-models/inception
136+
---namespace=default --model\_path=gs://$bucket_name/$model
137137
ks apply gke -c inception
138138
```
139139

0 commit comments

Comments
 (0)