We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffdc0a commit 5f12886Copy full SHA for 5f12886
1 file changed
infra/aggregation_mode/run.sh
@@ -7,6 +7,7 @@ sleep $SLEEP
7
8
echo "Starting SP1 Aggregation Mode..."
9
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
11
echo "SP1 Aggregation Mode finished"
12
13
echo "Starting Risc0 Aggregation Mode..."
0 commit comments