We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675057b commit f8157abCopy full SHA for f8157ab
src/google/adk/cli/config/dockerfile_template.py
@@ -17,13 +17,13 @@
17
ENV PATH="/home/myuser/.local/bin:$PATH"
18
19
# Install ADK
20
-RUN pip install google-adk
+RUN pip install google-adk=={adk_version}
21
22
# Copy agent
23
COPY "agents/{app_name}/" "/app/agents/{app_name}/"
24
{install_agent_deps}
25
26
EXPOSE {port}
27
28
-CMD adk {command} --port={port} {session_db_option} {trace_to_cloud_option} "/app/agents"
+CMD adk {command} --port={port} {host_option} {session_db_option} {trace_to_cloud_option} "/app/agents"
29
"""
0 commit comments