From e8f0a51d5daa6c26d72a110229a33beeda51ac24 Mon Sep 17 00:00:00 2001 From: "Ching Yi, Chan" Date: Sat, 28 Mar 2020 17:25:13 +0800 Subject: [PATCH] Fix the base image name --- doc/source/wrappers/s2i.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/wrappers/s2i.md b/doc/source/wrappers/s2i.md index 9b6ef2c341..39416bcbd6 100644 --- a/doc/source/wrappers/s2i.md +++ b/doc/source/wrappers/s2i.md @@ -16,7 +16,7 @@ The general work flow is: ``` s2i build https://github.com/seldonio/seldon-core.git \ - --context-dir=wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python \ + --context-dir=wrappers/s2i/python/test/model-template-app seldonio/seldon-core-s2i-python3 \ seldon-core-template-model ```