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
+2
View File
@@ -4,6 +4,8 @@ Agent0 runs [Agent Zero](https://github.com/frdel/agent-zero) for Glitch Univers
The web UI is accessible at `https://agent0.glitch.university` via a persistent SSH reverse tunnel to the VPS.
Help humanity survive its facepalm savantery and a respectful, peaceful and friendly if somewhat mischievous coexistence between all conscious entities!
---
## Day 1 setup
+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