Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 1.15.0-dev tag #4174

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions .github/workflows/security_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-executor:1.14.0-dev
image: seldonio/seldon-core-executor:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=executor/Dockerfile.executor

security-image-operator:
Expand All @@ -71,7 +71,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-operator:1.14.0-dev
image: seldonio/seldon-core-operator:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=operator/Dockerfile

security-image-python-base:
Expand All @@ -84,7 +84,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-s2i-python37-ubi8:1.14.0-dev
image: seldonio/seldon-core-s2i-python37-ubi8:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=wrappers/s2i/python/Dockerfile

security-image-python-sklearn:
Expand All @@ -96,7 +96,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/sklearnserver:1.14.0-dev
image: seldonio/sklearnserver:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high

security-image-python-mlflow:
Expand All @@ -108,7 +108,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/mlflowserver:1.14.0-dev
image: seldonio/mlflowserver:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high

security-image-python-xgboost:
Expand All @@ -120,7 +120,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/xgboostserver:1.14.0-dev
image: seldonio/xgboostserver:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high

security-image-alibi-explain:
Expand All @@ -133,7 +133,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/alibiexplainer:1.14.0-dev
image: seldonio/alibiexplainer:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=components/alibi-explain-server/Dockerfile

security-image-alibi-detect:
Expand All @@ -146,7 +146,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/alibi-detect-server:1.14.0-dev
image: seldonio/alibi-detect-server:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=components/alibi-detect-server/Dockerfile

security-image-initializer-rclone:
Expand All @@ -159,6 +159,6 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/rclone-storage-initializer:1.14.0-dev
image: seldonio/rclone-storage-initializer:1.15.0-dev
args: --fail-on=upgradable --severity-threshold=high --file=components/rclone-storage-initializer/Dockerfile

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ We provide optimized model servers for some of the most popular Deep Learning an
You only have to upload your model binaries into your preferred object store, in this case we have a trained scikit-learn iris model in a Google bucket:

```console
gs://seldon-models/v1.14.0-dev/sklearn/iris/model.joblib
gs://seldon-models/v1.15.0-dev/sklearn/iris/model.joblib
```

Create a namespace to run your model in:
Expand All @@ -83,7 +83,7 @@ spec:
predictors:
- graph:
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
name: default
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion components/alibi-detect-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ${BASE_IMAGE}:${VERSION} as base
ARG VERSION
LABEL name="Seldon Alibi Detect Server" \
vendor="Seldon Technologies" \
version="1.14.0-dev" \
version="1.15.0-dev" \
release="1" \
summary="Alibi Detect Server for Seldon Core" \
description="The Alibi Detect Server provides outlier, drift and adversarial detection services for Seldon Core"
Expand Down
2 changes: 1 addition & 1 deletion components/alibi-explain-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ${BASE_IMAGE}:${VERSION} as base
ARG VERSION
LABEL name="Seldon Alibi Wrapper" \
vendor="Seldon Technologies" \
version="1.14.0-dev" \
version="1.15.0-dev" \
release="1" \
summary="Alibi Explainer Wrapper for Seldon Core" \
description="Allows Seldon Core inference models to run with a black box model explanation model from the Alibi:Explain project"
Expand Down
2 changes: 1 addition & 1 deletion components/storage-initializer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/python-36
LABEL name="Storage Initializer" \
vendor="Seldon Technologies" \
version="1.14.0-dev" \
version="1.15.0-dev" \
release="1" \
summary="Storage Initializer for Seldon Core" \
description="Allows Seldon Core to download artifacts from cloud and local storage to a local volume"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/graph/protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
parameters:
- name: method
Expand Down
16 changes: 8 additions & 8 deletions doc/source/python/python_wrapping_s2i.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this guide, we illustrate the steps needed to wrap your own python model in a
To check everything is working you can run

```bash
s2i usage seldonio/seldon-core-s2i-python3:1.14.0-dev
s2i usage seldonio/seldon-core-s2i-python3:1.15.0-dev
```


Expand Down Expand Up @@ -97,20 +97,20 @@ See below for the possible keys and values for this file.
## Step 3 - Build your image
Use `s2i build` to create your Docker image from source code. You will need Docker installed on the machine and optionally git if your source code is in a public git repo. You can choose from three python builder images

* Python 3.6 : seldonio/seldon-core-s2i-python36:1.14.0-dev seldonio/seldon-core-s2i-python3:1.14.0-dev
* Python 3.6 : seldonio/seldon-core-s2i-python36:1.15.0-dev seldonio/seldon-core-s2i-python3:1.15.0-dev
* Note there are [issues running TensorFlow under Python 3.7](https://github.com/tensorflow/tensorflow/issues/20444) (Nov 2018) and Python 3.7 is not officially supported by TensorFlow (Dec 2018).
* Python 3.6 plus ONNX support via [Intel nGraph](https://github.com/NervanaSystems/ngraph) : seldonio/seldon-core-s2i-python3-ngraph-onnx:0.1

Using s2i you can build directly from a git repo or from a local source folder. See the [s2i docs](https://github.com/openshift/source-to-image/blob/master/docs/cli.md#s2i-build) for further details. The general format is:

```bash
s2i build <src-folder> seldonio/seldon-core-s2i-python3:1.14.0-dev <my-image-name>
s2i build <src-folder> seldonio/seldon-core-s2i-python3:1.15.0-dev <my-image-name>
```

An example invocation using the test template model inside seldon-core:

```bash
s2i build https://github.com/seldonio/seldon-core.git --context-dir=wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python3:1.14.0-dev seldon-core-template-model
s2i build https://github.com/seldonio/seldon-core.git --context-dir=wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python3:1.15.0-dev seldon-core-template-model
```

The above s2i build invocation:
Expand All @@ -125,13 +125,13 @@ For building from a local source folder, an example where we clone the seldon-co
```bash
git clone https://github.com/seldonio/seldon-core.git
cd seldon-core
s2i build wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python3:1.14.0-dev seldon-core-template-model
s2i build wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python3:1.15.0-dev seldon-core-template-model
```

For more help see:

```bash
s2i usage seldonio/seldon-core-s2i-python3:1.14.0-dev
s2i usage seldonio/seldon-core-s2i-python3:1.15.0-dev
s2i build --help
```

Expand Down Expand Up @@ -176,7 +176,7 @@ s2i build \
-e EXTRA_INDEX_URL=https://<pypi-user>:<pypi-auth>@mypypi.example.com/simple \
-e PIP_TRUSTED_HOST=mypypi.example.com \
<src-folder> \
seldonio/seldon-core-s2i-python3:1.14.0-dev \
seldonio/seldon-core-s2i-python3:1.15.0-dev \
<my-image-name>
```

Expand Down Expand Up @@ -269,7 +269,7 @@ The allowable `type` values for the parameters are defined in the [proto buffer
To use a private repository for installing Python dependencies use the following build command:

```bash
s2i build -i <python-wheel-folder>:/whl <src-folder> seldonio/seldon-core-s2i-python3:1.14.0-dev <my-image-name>
s2i build -i <python-wheel-folder>:/whl <src-folder> seldonio/seldon-core-s2i-python3:1.15.0-dev <my-image-name>
```

This command will look for local Python wheels in the `<python-wheel-folder>` and use these before searching PyPI.
Expand Down
28 changes: 14 additions & 14 deletions doc/source/reference/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@

| Description | Image URL | Stable Version | Development |
|-------------|-----------|----------------|-------------|
| [Seldon Operator](../workflow/install.md) | [seldonio/seldon-core-operator](https://hub.docker.com/r/seldonio/seldon-core-operator/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Service Orchestrator (Go)](../graph/svcorch.md)| [seldonio/seldon-core-executor](https://hub.docker.com/r/seldonio/executor/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Operator](../workflow/install.md) | [seldonio/seldon-core-operator](https://hub.docker.com/r/seldonio/seldon-core-operator/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Service Orchestrator (Go)](../graph/svcorch.md)| [seldonio/seldon-core-executor](https://hub.docker.com/r/seldonio/executor/tags/) | 1.14.0 | 1.15.0-dev |

## Pre-packaged servers


| Description | Image URL | Version |
|-------------|-----------|---------|
| [MLFlow Server](../servers/mlflow.md) | [seldonio/mlflowserver](https://hub.docker.com/r/seldonio/mlflowserver/tags/) | 1.13.1 |
| [SKLearn Server](../servers/sklearn.md) | [seldonio/sklearnserver](https://hub.docker.com/r/seldonio/sklearnserver/tags/) | 1.13.1 |
| [XGBoost Server](../servers/xgboost.md) | [seldonio/xgboostserver](https://hub.docker.com/r/seldonio/xgboostserver/tags/) | 1.13.1 |
| [MLFlow Server](../servers/mlflow.md) | [seldonio/mlflowserver](https://hub.docker.com/r/seldonio/mlflowserver/tags/) | 1.14.0 |
| [SKLearn Server](../servers/sklearn.md) | [seldonio/sklearnserver](https://hub.docker.com/r/seldonio/sklearnserver/tags/) | 1.14.0 |
| [XGBoost Server](../servers/xgboost.md) | [seldonio/xgboostserver](https://hub.docker.com/r/seldonio/xgboostserver/tags/) | 1.14.0 |

## Language wrappers

| Description | Image URL | Stable Version | Development |
|-------------|-----------|----------------|-------------|
| [Seldon Python 3 (3.8) Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python3](https://hub.docker.com/r/seldonio/seldon-core-s2i-python3/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.6 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python36](https://hub.docker.com/r/seldonio/seldon-core-s2i-python36/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.7 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python37](https://hub.docker.com/r/seldonio/seldon-core-s2i-python37/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.8 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python38](https://hub.docker.com/r/seldonio/seldon-core-s2i-python38/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.6 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python36-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python36-gpu/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.7 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python37-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python37-gpu/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3.8 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python38-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python38-gpu/tags/) | 1.13.1 | 1.14.0-dev |
| [Seldon Python 3 (3.8) Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python3](https://hub.docker.com/r/seldonio/seldon-core-s2i-python3/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.6 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python36](https://hub.docker.com/r/seldonio/seldon-core-s2i-python36/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.7 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python37](https://hub.docker.com/r/seldonio/seldon-core-s2i-python37/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.8 Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python38](https://hub.docker.com/r/seldonio/seldon-core-s2i-python38/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.6 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python36-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python36-gpu/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.7 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python37-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python37-gpu/tags/) | 1.14.0 | 1.15.0-dev |
| [Seldon Python 3.8 GPU Wrapper for S2I](../python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python38-gpu](https://hub.docker.com/r/seldonio/seldon-core-s2i-python38-gpu/tags/) | 1.14.0 | 1.15.0-dev |

## Server proxies

| Description | Image URL | Stable Version |
|-------------|-----------|----------------|
| [NVIDIA inference server proxy](integration_nvidia_link.rst) | [seldonio/nvidia-inference-server-proxy](https://hub.docker.com/r/seldonio/nvidia-inference-server-proxy/tags/) | 0.1 |
| [SageMaker proxy](https://github.com/SeldonIO/seldon-core/tree/master/integrations/sagemaker) | [seldonio/sagemaker-proxy](https://hub.docker.com/r/seldonio/sagemaker-proxy/tags/) | 0.1 |
| [Tensorflow Serving proxy](../servers/tensorflow.md) | [seldonio/tfserving-proxy](https://hub.docker.com/r/seldonio/tfserving-proxy/tags/) | 1.13.1 |
| [Tensorflow Serving proxy](../servers/tensorflow.md) | [seldonio/tfserving-proxy](https://hub.docker.com/r/seldonio/tfserving-proxy/tags/) | 1.14.0 |


## Python modules

| Description | Python Version | Version |
|-------------|----------------|---------|
| [seldon-core](https://pypi.org/project/seldon-core/) | >3.4,<3.9 | 1.13.1 |
| [seldon-core](https://pypi.org/project/seldon-core/) | >3.4,<3.9 | 1.14.0 |
| [seldon-core](https://pypi.org/project/seldon-core/) | 2,>=3,<3.7 | 0.2.6 (deprecated) |


Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In Seldon Core 1.8 the rclone-based [storage initializer](https://github.com/Sel
The storage initailizer image that is being used is controlled by the helm value:
```yaml
storageInitializer:
image: seldonio/rclone-storage-initializer:1.14.0-dev
image: seldonio/rclone-storage-initializer:1.15.0-dev
```
and can be customised on per-deployment basis as described in [Prepackaged Model Servers](../servers/overview.md) documentation by setting value of `storageInitializerImage` variable in the graph definition.

Expand Down
4 changes: 2 additions & 2 deletions doc/source/rollouts/abtests.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
traffic: 100
graph:
name: classifier
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
implementation: SKLEARN_SERVER
- name: candidate
traffic: 0
Expand Down Expand Up @@ -360,7 +360,7 @@ spec:
- name: default
graph:
name: classifier
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
implementation: SKLEARN_SERVER
```

Expand Down
4 changes: 2 additions & 2 deletions doc/source/servers/kfserving-storage-initializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ storageInitializer:
image: kfserving/storage-initializer:v0.6.1
```

> :warning: **NOTE:** Current default storage initializer is `seldonio/rclone-storage-initializer:1.14.0-dev` is described [here](./overview.md).
> :warning: **NOTE:** Current default storage initializer is `seldonio/rclone-storage-initializer:1.15.0-dev` is described [here](./overview.md).


When `kfserving/storage-initializer` is used `modeluri` supports the following four object storage providers:
Expand Down Expand Up @@ -180,7 +180,7 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
serviceAccountName: user-gcp-sa
name: classifier
name: default
Expand Down
10 changes: 5 additions & 5 deletions doc/source/servers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
graph:
name: classifier
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
```

By default only public models published to Google Cloud Storage will be accessible.
Expand All @@ -37,7 +37,7 @@ Seldon Core uses [Init Containers](https://kubernetes.io/docs/concepts/workloads

```yaml
storageInitializer:
image: seldonio/rclone-storage-initializer:1.14.0-dev
image: seldonio/rclone-storage-initializer:1.15.0-dev
```
in our default [helm values](../charts/seldon-core-operator.html#values).
See the [Dockerfile](https://github.com/SeldonIO/seldon-core/blob/master/components/rclone-storage-initializer/Dockerfile
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:

initContainers:
- name: classifier-model-initializer
image: seldonio/rclone-storage-initializer:1.14.0-dev
image: seldonio/rclone-storage-initializer:1.15.0-dev
imagePullPolicy: IfNotPresent
args:
- "s3://sklearn/iris"
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
name: classifier
implementation: SKLEARN_SERVER
modelUri: s3://sklearn/iris
storageInitializerImage: seldonio/rclone-storage-initializer:1.14.0-dev # Specify custom image here
storageInitializerImage: seldonio/rclone-storage-initializer:1.15.0-dev # Specify custom image here
envSecretRefName: seldon-init-container-secret # Specify custom secret here
```
Note that image and secret used by Storage Initializer can be customised per-deployment.
Expand Down Expand Up @@ -163,7 +163,7 @@ spec:
graph:
name: classifier
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
```

The image name and other details will be added when this is deployed automatically.
Expand Down
8 changes: 4 additions & 4 deletions doc/source/servers/sklearn.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
name: default
replicas: 1
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
parameters:
- name: method
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
parameters:
- name: method
Expand Down Expand Up @@ -153,7 +153,7 @@ spec:
graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.15.0-dev/sklearn/iris
name: classifier
name: default
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion doc/source/workflow/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To complete containerisation process you need two more components:

Once these are in place you can use a simple s2i command
```bash
s2i build . seldonio/seldon-core-s2i-python3:1.14.0-dev model:0.1
s2i build . seldonio/seldon-core-s2i-python3:1.15.0-dev model:0.1
```
to create ready to use Docker image.

Expand Down
Loading