File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,21 @@ 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 ./
6+ COPY ./crates ./crates
77COPY ./Cargo.* ./
88COPY ./rust-toolchain ./
9+ COPY ./crates/gpu_override ./
910RUN cargo chef prepare --recipe-path recipe.json
1011
1112FROM chef as zkp-builder
1213COPY ./rust-toolchain ./
1314COPY --from=planner /app/recipe.json recipe.json
1415# 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
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
1819COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
19- COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
20+ # COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
2021RUN cargo chef cook --release --recipe-path recipe.json
2122
2223COPY ./crates ./
You can’t perform that action at this time.
0 commit comments