Skip to content

Commit ef609f4

Browse files
updates
1 parent cf22492 commit ef609f4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/storefront-ai-assistant-gke-axion/build-assistant-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build and push the assistant image
2+
title: Build and push the assistant image to Artifact Registry
33
description: Build the shopping assistant container image for arm64 and push it to Artifact Registry for deployment on Axion.
44
weight: 6
55
layout: "learningpathall"
@@ -28,7 +28,7 @@ Confirm the reusable image path you configured during setup:
2828
echo "${ASSISTANT_IMAGE}"
2929
```
3030

31-
## Build and push the assistant image
31+
## Use buildx to build and push the assistant image
3232

3333
Build the assistant image for `linux/arm64` and push it to Artifact Registry:
3434

content/learning-paths/servers-and-cloud-computing/storefront-ai-assistant-gke-axion/deploy-assistant-n4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ yes
136136
What is in my cart now?
137137
```
138138

139-
The assistant should recommend a catalog item, ask for confirmation before changing the cart, and then show the cart contents.
139+
The assistant recommends a catalog item, ask for confirmation before changing the cart, and then show the cart contents.
140140

141141
## What you've accomplished and what's next
142142

content/learning-paths/servers-and-cloud-computing/storefront-ai-assistant-gke-axion/review-assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find kustomize/components/shopping-assistant -maxdepth 2 -type f | sort
1717
You should see the assistant source folder and the `shopping-assistant` Kustomize component.
1818

1919
{{% notice Note %}}
20-
If you see a `__pycache__` directory, you can ignore it. Python creates that directory during local syntax checks.
20+
If you see a `__pycache__` directory, ignore it. Python creates that directory during local syntax checks.
2121
{{% /notice %}}
2222

2323
## Review the runtime dependencies and gRPC stubs

0 commit comments

Comments
 (0)