Skip to content

Commit

Permalink
#438 update image
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 28, 2024
1 parent 40dc30a commit d9e1d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DockerfileIntelSubmission
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ RUN pip3 install requests torpy
RUN cd scripts && ./generate_signing_key.bash
RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure --with-sgx-build=release
RUN cd secure_enclave && bash -c "make secure_enclave.signed.so -j$(nproc)"
RUN ./configure --with-sgx-build=prerelease
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN mkdir -p /usr/src/sdk/sgx_data
Expand Down

0 comments on commit d9e1d8c

Please sign in to comment.