Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 71e09f9

Browse files
author
pilillo
committed
2 parents 89765b2 + ee529f1 commit 71e09f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/components/seldon/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Please refer to [this page here](https://github.com/SeldonIO/seldon-core/tree/ma
2727
Wrapping an ML model in Python requires s2i (source-to-image) and the following files:
2828
* `requirements.txt` listing the pip dependencies to be installed to run the model or alternatively a `setup.py` installation file
2929
* `.s2i/environment` defining the core parameters for the model, such as
30-
```
30+
31+
```
3132
MODEL_NAME=MyModel
3233
API_TYPE=REST
3334
SERVICE_TYPE=MODEL

0 commit comments

Comments
 (0)