From 067d6193a4055d4c0a01a6d8a1f4e04fd78f3819 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Mar 2026 16:49:49 +0000 Subject: [PATCH 1/2] fix: fix: install networkx in agents container for build-graph.py (#14) Co-Authored-By: Claude Opus 4.6 (1M context) --- docker/agents/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/agents/Dockerfile b/docker/agents/Dockerfile index b7641c1..d2f72ef 100644 --- a/docker/agents/Dockerfile +++ b/docker/agents/Dockerfile @@ -1,7 +1,8 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y --no-install-recommends \ - bash curl git jq tmux cron python3 openssh-client ca-certificates \ + bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates \ + && pip3 install --break-system-packages networkx \ && rm -rf /var/lib/apt/lists/* # tea CLI — official Gitea/Forgejo CLI for issue/label/comment operations -- 2.49.1 From 8dde6d58dc8abafbaa211d43e586da07309c64be Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Mar 2026 16:58:01 +0000 Subject: [PATCH 2/2] ci: retrigger pipeline Co-Authored-By: Claude Opus 4.6 (1M context) -- 2.49.1