Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Dec 3, 2024
1 parent 315a08a commit 5bc52ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/circuit-prover-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY . .

RUN cd prover && cargo build --release --bin zksync_circuit_prover

# Output build in CUDA architectures for debugging purposes.
RUN cuobjdump /usr/src/zksync/prover/target/release/zksync_circuit_prover

FROM nvidia/cuda:12.4.0-runtime-ubuntu22.04
Expand Down
1 change: 1 addition & 0 deletions docker/proof-fri-gpu-compressor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN cd prover && \

RUN cd prover && BELLMAN_CUDA_DIR=$PWD/bellman-cuda cargo build --features "gpu" --release --bin zksync_proof_fri_compressor

# Output build in CUDA architectures for debugging purposes.
RUN cuobjdump /usr/src/zksync/prover/target/release/zksync_proof_fri_compressor

FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
Expand Down
1 change: 1 addition & 0 deletions docker/prover-gpu-fri/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY . .

RUN cd prover && cargo build --release --features "gpu" --bin zksync_prover_fri

# Output build in CUDA architectures for debugging purposes.
RUN cuobjdump /usr/src/zksync/prover/target/release/zksync_prover_fri

FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
Expand Down

0 comments on commit 5bc52ce

Please sign in to comment.