Adding small fix to boostrap

This commit is contained in:
2026-04-11 13:43:25 +02:00
parent 8f8491815d
commit f1555c61e5
+1 -1
View File
@@ -238,7 +238,7 @@ info "Starting containers..."
docker compose up -d docker compose up -d
info "Installing gutasktool inside agent0 container..." info "Installing gutasktool inside agent0 container..."
docker exec agent0 python -m pip install -e /a0/usr/gutasktool --quiet docker exec agent0 bash -c "python -m pip install -e /a0/usr/gutasktool --quiet"
echo "" echo ""
docker compose ps docker compose ps