Skip to content

Commit

Permalink
Merge pull request #125 from exfinen/coord-docker-fix
Browse files Browse the repository at this point in the history
Fix coord dockerfile
  • Loading branch information
exfinen authored Dec 26, 2024
2 parents 5f1f775 + 5f609fa commit 92c0dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mpc_demo_infra/computation_party_server/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN git clone https://github.com/ZKStats/tlsn.git \
&& cargo build --release --example binance_verifier

# Install MP-SPDZ and generate party cert files
COPY CONFIG.mine/ /root/MP-SPDZ/
RUN git clone --recursive https://github.com/ZKStats/MP-SPDZ.git \
&& cd MP-SPDZ \
RUN git clone --recursive https://github.com/ZKStats/MP-SPDZ.git
COPY CONFIG.mine /root/MP-SPDZ
RUN cd MP-SPDZ \
&& git checkout demo_client \
&& make -j$(nproc) malicious-rep-ring-party.x \
&& Scripts/setup-ssl.sh 3 \
Expand Down

0 comments on commit 92c0dc2

Please sign in to comment.