On my ubuntu 20.04 machine, I found after installed phala scipts. the docker-compose.yaml device is set
devices:
- /dev/sgx_enclave
- /dev/sgx_provision
Using this configuration will not let the pruntime work correctly . I have to manually change it to below
devices:
- /dev/sgx/enclave:/dev/sgx/enclave
- /dev/sgx/provision:/dev/sgx/provision
I am not confirmed if it is a bug or my machine env problem
On my ubuntu 20.04 machine, I found after installed phala scipts. the docker-compose.yaml device is set
Using this configuration will not let the pruntime work correctly . I have to manually change it to below
I am not confirmed if it is a bug or my machine env problem