Skip to content

Commit

Permalink
Fix prover's dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Aug 21, 2024
1 parent 23fb3ca commit 7616a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel


# Clone and build Tachyon
RUN git clone https://github.com/kroma-network/tachyon /tachyon
RUN git clone --branch v0.3.0 https://github.com/kroma-network/tachyon /tachyon
WORKDIR /tachyon/vendors/circom
RUN CARGO_BAZEL_REPIN=1 bazel sync --only=crate_index && bazel build --@kroma_network_tachyon//:has_openmp -c opt --config linux //:prover_main

0 comments on commit 7616a30

Please sign in to comment.