Adding small fix to running pip inside conatiner

This commit is contained in:
2026-04-11 13:39:03 +02:00
parent a4b034d4b4
commit 8f8491815d
+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 pip install -e /a0/usr/gutasktool --quiet docker exec agent0 python -m pip install -e /a0/usr/gutasktool --quiet
echo "" echo ""
docker compose ps docker compose ps