From 41839e87bec7e404ea2c9cf5c5af4d26cf0ad483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Ram=C3=ADrez?= Date: Fri, 24 Nov 2023 06:58:19 +0100 Subject: [PATCH] Remind students to make image public in quay.io (#7) --- modules/chapter1/pages/section1.adoc | 2 ++ 1 file changed, 2 insertions(+) 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** +