Workaroudn for the debian pip quirk
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user