We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7795bd commit f96628dCopy full SHA for f96628d
docker/proof-aggregator.Dockerfile
@@ -15,7 +15,7 @@ COPY aggregation_mode /aligned_layer/aggregation_mode/
15
WORKDIR /aligned_layer
16
17
RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
18
-RUN cd aggregation_mode && ./scripts/build_programs.sh
+RUN cd aggregation_mode && IN_DOCKER=true ./scripts/build_programs.sh
19
20
FROM debian:bookworm-slim AS final
21
0 commit comments