Skip to content

Commit 0a7eba7

Browse files
committed
log import
1 parent 35d94a4 commit 0a7eba7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agentstack/serve/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN #ls -a agentstack
1919
# Debug: Try installing packages one at a time
2020
RUN uv pip install --system psutil
2121
RUN uv pip install --system flask
22-
RUN uv pip install --system git+https://github.com/AgentOps-AI/AgentStack.git@deploy-command #install on cloud #cache 2
22+
RUN uv pip install --system git+https://github.com/AgentOps-AI/AgentStack.git@deploy-command #install on cloud #cache 3
2323
RUN #cd agentstack && uv pip install --system .
2424
RUN mkdir -p src
2525
RUN cp /usr/local/lib/python3.12/site-packages/agentstack/serve/serve.py ./src

agentstack/serve/serve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from agentstack.utils import verify_agentstack_project
99
# TODO: move this to not cli, but cant be utils due to circular import
1010
from agentstack.cli.run import format_friendly_error_message
11+
from build.lib.agentstack.logger import log
1112

1213
load_dotenv(dotenv_path="/app/.env")
1314

0 commit comments

Comments
 (0)