diff --git a/modules/chapter1/pages/section1.adoc b/modules/chapter1/pages/section1.adoc index cd6c23f..c01b477 100644 --- a/modules/chapter1/pages/section1.adoc +++ b/modules/chapter1/pages/section1.adoc @@ -257,6 +257,8 @@ podman build -t purchase-predictor:1.0 . podman tag purchase-predictor:1.0 quay.io/user_name/purchase-predictor:1.0 podman push quay.io/user_name/purchase-predictor:1.0 ``` ++ +After you push the image, open quay.io in your browser and make the image public. . Deploy the model image to **OpenShift** +