File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,10 @@ PROJECT=<...>
4040TAG=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
You can’t perform that action at this time.
0 commit comments