You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/sklearn/iris-classifier/README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,17 +177,27 @@ Cortex can automatically provision infrastructure on your AWS account and deploy
177
177
$ cortex cluster up
178
178
```
179
179
180
-
You can deploy the model using the same code and configuration to your cluster:
180
+
This creates a Cortex cluster in your AWS account, and will take approximately 15 minutes. Additional information about your cluster is shown on the command line.
181
+
182
+
After your cluster is created, you can deploy your model to your cluster by using the same code and configuration as before:
181
183
182
184
```bash
183
185
$ cortex deploy --env aws
184
186
185
187
creating iris-classifier
186
188
```
187
189
188
-
<br>
190
+
You can then get your API's endpoint (along with other useful information about your API) using the `cortex get` command:
0 commit comments