Skip to content

Commit

Permalink
chore: prover
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 19, 2024
1 parent 3c306b0 commit 87b1d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ RUN npm install -g n
RUN n 22
RUN npm install -g yarn snarkjs

RUN git clone https://github.com/zkemail/ether-email-auth.git
RUN git clone -b feat/body-parsing-with-audit-fix https://github.com/zkemail/ether-email-auth.git
WORKDIR /ether-email-auth/packages/prover
RUN pip install -r requirements.txt
RUN cp ./circom_proofgen.sh /root
RUN cp ./email_auth_with_body_parsing_with_qp_encoding /root
WORKDIR /root
RUN ls /root
RUN mkdir params
Expand Down
2 changes: 1 addition & 1 deletion packages/prover/modal_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
mounts=[
modal.Mount.from_local_python_packages("core"),
],
cpu=16,
cpu=1,
gpu="any",
secrets=[modal.Secret.from_name("gc-ether-email-auth-prover")],
keep_warm=True
Expand Down

0 comments on commit 87b1d92

Please sign in to comment.