Replies: 1 comment 21 replies
-
Hm, a bit strange. Can you add the following item to the
and then rebuild the PyTorch example: |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was doing PyTorch privacy-preserving machine learning applications with Intel SGX and Gramine, as described in Gramine’s GitHub.
I was able to execute the deep learning model inside the enclave without remote attestation.
However, I am facing problems establishing the remote attestation. Here is the error I am receiving when I am trying to connect to the DCAP server -
Here is my server side -
Here is my user side -
I have changed the manifest file as instructed by Gramine. Here is the changes that I made to established the connect and DCAP -
I am using Gramine 1.5. Here is the version details -
Please note that I have also tried with setting the RA_TLS_ALLOW_OUTDATED_TCB_INSECURE to 1.
As the complete Gramine log is quite long, I am attaching a text file that contains the entire log for loader.log_level = "all".
log_detail.txt
Could you please suggest how to resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions