Skip to content

Commit 38c41e7

Browse files
committed
fix container image note
1 parent 6f43060 commit 38c41e7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

agents/llamaindex/websearch_agent/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ CONTAINER_IMAGE=quay.io/your-username/llamaindex-websearch-agent:latest
186186
- Docker Hub: `docker.io/your-username/llamaindex-websearch-agent:latest`
187187
- GHCR: `ghcr.io/your-org/llamaindex-websearch-agent:latest`
188188

189+
> **Note:** OpenShift must be able to pull the container image. Make the image **public**, or configure an [image pull secret](https://docs.openshift.com/container-platform/latest/openshift_images/managing_images/using-image-pull-secrets.html) for private registries.
190+
189191
### Building the Container Image
190192

191193
#### Option A: Build locally and push to a registry

docs/local-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ uv tool install llama-stack \
5050
--with pypdf \
5151
--with "setuptools<82"
5252

53-
# Create milvus data directory (required by run_llama_server.yaml)**
53+
# Create milvus data directory (required by run_llama_server.yaml)
5454
mkdir -p ../../../milvus_data
5555

5656
# Start the server

0 commit comments

Comments
 (0)