Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Update quickstart.md with required pip package #152

Merged
merged 1 commit into from
May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This guide walks through the steps of building a bento and deploying it to AWS L

Import the iris-classifier bento from s3 to your local machine by running
```bash
pip install fs-s3fs
bentoml import s3://bentoml.com/quickstart/iris_classifier.bento
```
The code for this bento can be found in [bentoml/gallery/quickstart](https://github.com/bentoml/gallery/tree/main/quickstart). This bento has a `/classify` endpoint that exposes an sklearn model trained on the iris dataset.
Expand Down