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
11
11
FROM chef as zkp-builder
12
12
COPY ./rust-toolchain ./
13
13
COPY --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
20
14
RUN cargo chef cook --release --recipe-path recipe.json
21
-
22
15
COPY ./crates/ ./crates/
23
16
COPY ./Cargo.* ./
17
+ COPY .git .git
24
18
RUN cargo build --release -p libzkp-c
25
19
26
20
You can’t perform that action at this time.
0 commit comments