Skip to content

Commit

Permalink
Add note to docs about Azure support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Jul 20, 2020
1 parent 248478a commit 0095ba5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/source/python/python_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ libraries that `seldon-core` requires for a single multi-cloud one.
This discussion is currently open on [issue #1028](https://github.com/SeldonIO/seldon-core/issues/1028).
Feedback and suggestions are welcome!

### Azure Blob Storage support

As part of the options to store your trained model, Seldon Core adds optional
support to fetch them from Azure Blob Storage.
We are aware that users will usually only require one of the storage backends.
Therefore, to avoid bloating the `seldon-core` package, the Azure Blob Storage
dependencies are not installed by default.

To include the optional Azure support, you can install `seldon-core` as:

```bash
$ pip install seldon-core[azure]
```

### Install all extra dependencies

If you want to install `seldon-core` with all its extra dependencies, you can
Expand Down

0 comments on commit 0095ba5

Please sign in to comment.