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
Lastly, push your freshly-built Bento service to BentoCloud using the `push` command:
73
+
Then, push your freshly-built Bento service to BentoCloud using the `push` command:
74
74
75
75
```bash
76
76
bentoml push <name:version>
77
77
```
78
78
79
+
Lastly, deploy this application to BentoCloud with a single `bentoml deployment create` command following the [deployment instructions](https://docs.bentoml.org/en/latest/reference/cli.html#bentoml-deployment-create).
79
80
80
81
BentoML offers a number of options for deploying and hosting online ML services into production, learn more at [Deploying a Bento](https://docs.bentoml.org/en/latest/concepts/deploy.html).
0 commit comments