Skip to content

Commit

Permalink
chore: update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 13, 2024
1 parent 28c8a95 commit 64c5f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ WORKDIR /root/params
RUN curl https://storage.googleapis.com/zk-jwt-params/jwt-verifier.zkey --output ./jwt-verifier.zkey
RUN curl https://storage.googleapis.com/zk-jwt-params/jwt-verifier_cpp.zip --output ./jwt-verifier_cpp.zip
RUN unzip jwt-verifier_cpp.zip
RUN chmod +x ./jwt-verifier_cpp/jwt-verifier
WORKDIR /root

RUN ls 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=1,
cpu=16,
secrets=[modal.Secret.from_name("gc-ether-email-auth-prover")],
)
@modal.wsgi_app()
Expand Down

0 comments on commit 64c5f9c

Please sign in to comment.