From 4c943f93c1d5a073c6d7518d0fc97913230c35f6 Mon Sep 17 00:00:00 2001 From: huangxu17 Date: Mon, 15 Apr 2024 17:38:13 +0800 Subject: [PATCH] Regarding the TensorFlow API, it allows the addition of specific files that change with each compilation to the Gramine configuration, rather than the entire API folder. --- sgx/gramine/CI-Examples/generate-token/python.manifest.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgx/gramine/CI-Examples/generate-token/python.manifest.template b/sgx/gramine/CI-Examples/generate-token/python.manifest.template index c654adedc..e328a59bf 100644 --- a/sgx/gramine/CI-Examples/generate-token/python.manifest.template +++ b/sgx/gramine/CI-Examples/generate-token/python.manifest.template @@ -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/",