Skip to content

Commit d8d0a76

Browse files
committed
README fix
1 parent 1a1e428 commit d8d0a76

File tree

1 file changed

+4
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo

1 file changed

+4
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ PROJECT=<...>
4040
TAG=0.x.y
4141

4242
# Update GIT_REF to a commit SHA to force rebuilding if the branch is updated
43-
docker build --build-arg GIT_REF=vertex-langgraph . -t us-central1-docker.pkg.dev/{$PROJECT}/oci/langgraph-chatbot-demo:${TAG}
43+
docker build \
44+
--build-arg GIT_REF=vertex-langgraph \
45+
-t us-central1-docker.pkg.dev/${PROJECT}/oci/langgraph-chatbot-demo:${TAG} \
46+
https://raw.githubusercontent.com/aabmass/opentelemetry-python-contrib/refs/heads/vertex-langgraph/instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/Dockerfile
4447
```
4548

4649
### App Engine

0 commit comments

Comments
 (0)