Skip to content

Commit

Permalink
Regarding the TensorFlow API, it allows the addition of specific file…
Browse files Browse the repository at this point in the history
…s that change with each compilation to the Gramine configuration, rather than the entire API folder.
  • Loading branch information
huangxu17 committed Apr 15, 2024
1 parent 63a1ef4 commit 4c943f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ sgx.allowed_files = [
"file:/usr/local/lib/python3.6/dist-packages/sqlalchemy/",
"file:/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py",
"file:/usr/local/lib/python3.6/dist-packages/tensorflow/lite/python/",
"file:/usr/local/lib/python3.6/dist-packages/tensorflow/_api/v2/",
"file:/usr/local/lib/python3.6/dist-packages/tensorflow/_api/v2/v2.py",
"file:/usr/local/lib/python3.6/dist-packages/wrapt/",
"file:/usr/local/lib/python3.6/dist-packages/Cython-0.29.36.dist-info/",
"file:/usr/local/lib/python3.6/dist-packages/Deprecated-1.2.14.dist-info/",
Expand Down

0 comments on commit 4c943f9

Please sign in to comment.