starting using gsc with python example fails #1722
polestar1988
started this conversation in
General
Replies: 2 comments 19 replies
-
You seem to hit this error: #1501 This means that you're not using the latest Gramine version (inside GSC). Can you show the contents of You should use Gramine's |
Beta Was this translation helpful? Give feedback.
0 replies
-
config.yml:
I used Gramine's master |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed gramine and SGX driver and DCAP and PSW on my server which is sgx enables, Now I want to build a docker image using gsc, how could I start? I have created the docker image also cloned gsc. Is there something else that I have to do? How should I create manifest file? could some one explain it step by step?
Besides, I just started a test :
docker pull python:bullseye
cd gsc
cp config.yaml.template config.yaml
openssl genrsa -3 -out enclave-key.pem 3072
./gsc build --insecure-args python:bullseye --build-arg http_proxy="${http_proxy}" --build-arg https_proxy="${https_proxy}" --build-arg no_proxy="${no_proxy}" test/generic.manifest
and I get :
Beta Was this translation helpful? Give feedback.
All reactions