Skip to content

Commit 5f12886

Browse files
committed
fix: stop docker containers
1 parent fffdc0a commit 5f12886

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/aggregation_mode/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sleep $SLEEP
77

88
echo "Starting SP1 Aggregation Mode..."
99
AGGREGATOR=sp1 SP1_PROVER=cuda /home/user/.cargo/bin/proof_aggregator /home/user/config/config-proof-aggregator-sp1.yaml
10+
docker stop $(docker ps -a -q) ## stop all containers
1011
echo "SP1 Aggregation Mode finished"
1112

1213
echo "Starting Risc0 Aggregation Mode..."

0 commit comments

Comments
 (0)