Skip to content

Commit f8157ab

Browse files
authored
Rebasing the changes
1 parent 675057b commit f8157ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/cli/config/dockerfile_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
ENV PATH="/home/myuser/.local/bin:$PATH"
1818
1919
# Install ADK
20-
RUN pip install google-adk
20+
RUN pip install google-adk=={adk_version}
2121
2222
# Copy agent
2323
COPY "agents/{app_name}/" "/app/agents/{app_name}/"
2424
{install_agent_deps}
2525
2626
EXPOSE {port}
2727
28-
CMD adk {command} --port={port} {session_db_option} {trace_to_cloud_option} "/app/agents"
28+
CMD adk {command} --port={port} {host_option} {session_db_option} {trace_to_cloud_option} "/app/agents"
2929
"""

0 commit comments

Comments
 (0)