Skip to content

Commit

Permalink
#438 update iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 27, 2024
1 parent 57326a3 commit 660cb1b
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,9 +12,8 @@ RUN pip3 install requests torpy
RUN cd scripts && ./generate_signing_key.bash
RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure --with-sgx-build=prerelease
RUN ./configure --with-sgx-build=release
RUN bash -c "make -j$(nproc)"
RUN cp -f secure_enclave/secure_enclave.so secure_enclave.signed.so
RUN ccache -sz
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
Expand Down

0 comments on commit 660cb1b

Please sign in to comment.