Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[Docs] Correct path to libsecret_prov_attest.so in PyTorch tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu, Yunge <[email protected]>
  • Loading branch information
RodgerZhu authored and Dmitrii Kuvaiskii committed Jun 28, 2021
1 parent 81ec15c commit d9304f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorials/pytorch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ the SGX enclave, Graphene instance, and the application running in it to the
remote secret-provisioning server. Graphene needs to locate this library, so
let's copy it to our working directory::

cp ../ra-tls-secret-prov/libsecret_prov_attest.so ./
cp ../ra-tls-secret-prov/libs/libsecret_prov_attest.so ./

Building and Executing End-To-End PyTorch Example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d9304f5

Please sign in to comment.