Skip to content

Commit

Permalink
Remind students to make image public in quay.io (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jramcast authored Nov 24, 2023
1 parent 4bb0bab commit 41839e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/chapter1/pages/section1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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**
+
Expand Down

0 comments on commit 41839e8

Please sign in to comment.