We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Could you check the kernel version?
Sorry, something went wrong.
5.8
@skysummerice Please check why it is possible?
I think we need some approach to set these auto
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: