File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN #ls -a agentstack
1919# Debug: Try installing packages one at a time
2020RUN uv pip install --system psutil
2121RUN 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
2323RUN #cd agentstack && uv pip install --system .
2424RUN mkdir -p src
2525RUN cp /usr/local/lib/python3.12/site-packages/agentstack/serve/serve.py ./src
Original file line number Diff line number Diff line change 88from agentstack .utils import verify_agentstack_project
99# TODO: move this to not cli, but cant be utils due to circular import
1010from agentstack .cli .run import format_friendly_error_message
11+ from build .lib .agentstack .logger import log
1112
1213load_dotenv (dotenv_path = "/app/.env" )
1314
You can’t perform that action at this time.
0 commit comments