Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
one more try
Browse files Browse the repository at this point in the history
Artemka374 committed May 9, 2024

Verified

This commit was signed with the committer’s verified signature.
Artemka374 Artem Fomiuk
1 parent e7344b5 commit 6488e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/proof-fri-compressor/Dockerfile
Original file line number Diff line number Diff line change
@@ -22,6 +22,9 @@ RUN curl -Lo cmake-3.24.2-linux-x86_64.sh https://github.com/Kitware/CMake/relea
chmod +x cmake-3.24.2-linux-x86_64.sh && \
./cmake-3.24.2-linux-x86_64.sh --skip-license --prefix=/usr/local

WORKDIR /usr/src/zksync
COPY . .

RUN mkdir keys && cd keys && mkdir setup && cd setup && curl -LO https://storage.googleapis.com/matterlabs-setup-keys-us/setup-keys/setup_2^24.key

RUN cd prover && \
@@ -30,9 +33,6 @@ RUN cd prover && \
cmake --build bellman-cuda/build/ && \
export BELLMAN_CUDA_DIR=$PWD/bellman-cuda

WORKDIR /usr/src/zksync
COPY . .

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

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

0 comments on commit 6488e2b

Please sign in to comment.