update config

This commit is contained in:
Romane
2026-07-31 22:40:51 +02:00
parent 020442c9d6
commit 4a25930cd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ RUN apt update && \
pi install npm:pi-subagents pi install npm:pi-subagents
COPY * /workdir/ COPY * /workdir/
ENTRYPOINT ["pi", "-p"] ENTRYPOINT ["pi", "-p", "run the task in task.md"]
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: docker:dind image: docker:dind
restart: unless-stopped restart: unless-stopped
privileged: true privileged: true
llm-runner: agentbox:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile