Another fix

This commit is contained in:
2026-05-10 19:05:55 +02:00
parent 54c6857252
commit 9acb4d86dc
3 changed files with 8 additions and 10 deletions
-10
View File
@@ -274,16 +274,6 @@ docker compose build --quiet
info "Starting agent containers..."
docker compose up -d dobby gemma gunnar rind abyssinthia hermes
AGENT_CONTAINERS=(dobby gemma gunnar rind abyssinthia hermes)
for container in "${AGENT_CONTAINERS[@]}"; do
info "Waiting for ${container} to finish initializing..."
until docker exec "$container" bash -c "! pgrep -x apt-get > /dev/null && ! pgrep -x dpkg > /dev/null" 2>/dev/null; do
sleep 3
done
info "Installing gutasktool inside ${container}..."
docker exec "$container" bash -c "apt-get update -q && apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -q -e /opt/gutasktool"
done
info "Starting tunnel..."
docker compose up -d glitch-tunnel