File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,10 @@ RUN cargo chef prepare --recipe-path recipe.json
1111FROM chef as zkp-builder
1212COPY ./rust-toolchain ./
1313COPY --from=planner /app/recipe.json recipe.json
14- # run scripts to get openvm-gpu
15- COPY ./build/dockerfiles/coordinator-api/plonky3-gpu /plonky3-gpu
16- COPY ./build/dockerfiles/coordinator-api/openvm-stark-gpu /openvm-stark-gpu
17- COPY ./build/dockerfiles/coordinator-api/openvm-gpu /openvm-gpu
18- COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
19- COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
2014RUN cargo chef cook --release --recipe-path recipe.json
21-
2215COPY ./crates/ ./crates/
2316COPY ./Cargo.* ./
17+ COPY .git .git
2418RUN cargo build --release -p libzkp-c
2519
2620
You can’t perform that action at this time.
0 commit comments