File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,20 @@ FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.22.12-rust-nightly-2025-02
33WORKDIR app
44
55FROM chef as planner
6- COPY ./crates ./crates
6+ COPY ./crates ./
77COPY ./Cargo.* ./
88COPY ./rust-toolchain ./
9- COPY ./crates/gpu_override ./
109RUN cargo chef prepare --recipe-path recipe.json
1110
1211FROM chef as zkp-builder
1312COPY ./rust-toolchain ./
1413COPY --from=planner /app/recipe.json recipe.json
1514# run scripts to get openvm-gpu
16- # COPY ./build/dockerfiles/coordinator-api/plonky3-gpu /plonky3-gpu
17- # COPY ./build/dockerfiles/coordinator-api/openvm-stark-gpu /openvm-stark-gpu
18- # COPY ./build/dockerfiles/coordinator-api/openvm-gpu /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
1918COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
20- # COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
19+ COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
2120RUN cargo chef cook --release --recipe-path recipe.json
2221
2322COPY ./crates ./
You can’t perform that action at this time.
0 commit comments