Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed May 9, 2024
1 parent 6488e2b commit 19102d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/proof-fri-compressor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ RUN mkdir keys && cd keys && mkdir setup && cd setup && curl -LO https://storage
RUN cd prover && \
git clone https://github.com/matter-labs/era-bellman-cuda.git --branch main bellman-cuda && \
cmake -Bbellman-cuda/build -Sbellman-cuda/ -DCMAKE_BUILD_TYPE=Release && \
cmake --build bellman-cuda/build/ && \
export BELLMAN_CUDA_DIR=$PWD/bellman-cuda
cmake --build bellman-cuda/build/

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

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

Expand Down

0 comments on commit 19102d0

Please sign in to comment.