zhen peng

Results 14 comments of zhen peng

It solved now, you shoud install `libgl1-mesa-glx` in the first stage when build image. add `apt-get update -y && apt-get install -y libgl1-mesa-glx` in the first stage ``` FROM occlum/occlum:latest-ubuntu20.04-conda...

yes, it seems in simulation mode. It worked well now.

@qzheng527 In the intel sample code, the QuoteGenerationSample will generate a `quote.dat` file, the QuoteVerificationSample can verify the quote file. But in the `init_ra_flow`, there is no `quote.dat` file generated.

install.sh 第 109 行,改成 python3-pip sudo apt-get -y install python3-pip curl openssl