Skip to content

Commit

Permalink
chore: Fix keys paths for wvg docker image (#2785)
Browse files Browse the repository at this point in the history
Follow-up to #2784 
Forgot to update one dockerfile.
  • Loading branch information
popzxc authored Sep 3, 2024
1 parent 62e4d46 commit 0c023f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/witness-vector-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /var/lib/apt/lists/*

# copy finalization hints required for witness vector generation
COPY prover/data/keys/ /prover/crates/bin/vk_setup_data_generator_server_fri/data/
COPY prover/data/keys/ /prover/data/keys/

COPY --from=builder /usr/src/zksync/prover/target/release/zksync_witness_vector_generator /usr/bin/

Expand Down

0 comments on commit 0c023f8

Please sign in to comment.