Workaroudn for the debian pip quirk

This commit is contained in:
2026-04-11 13:52:12 +02:00
parent 8c88bf2f5f
commit 3f796eb3d4
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ info "Starting containers..."
docker compose up -d
info "Installing gutasktool inside agent0 container..."
docker exec agent0 bash -c "python3 -m ensurepip --upgrade --quiet && python3 -m pip install -e /a0/usr/gutasktool --quiet"
docker exec agent0 bash -c "apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -e /a0/usr/gutasktool --quiet"
echo ""
docker compose ps