You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/Dockerfile
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
-
# TODO: Use `uv sync --script` once available https://github.com/astral-sh/uv/pull/11361
2
-
3
1
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS build
4
2
RUN apt update && apt install -y git curl
5
3
WORKDIR /build
6
4
ARG GIT_REF
7
5
ENV SCRIPT_URL="https://raw.githubusercontent.com/aabmass/opentelemetry-python-contrib/${GIT_REF?must be set to a git commit}/instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/run_streamlit.py"
8
6
# Creates the virtualenv
9
7
RUN curl -LO "${SCRIPT_URL}" && curl -LO "${SCRIPT_URL}.lock"
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/src/langgraph_chatbot_demo/run_streamlit.py
0 commit comments