Chunyang Hui

Results 55 comments of Chunyang Hui

Forced termination here too. About 1 hour. Previously, it can run for 6 hours.

@haosanzi Thank you for reporting! We will support this in the future.

I agree with the first and third points. For the second point, I think the general usage for Occlum would be verifying and debugging user's application in the native Linux...

@Vivian-SJ Another option you can try is to mount /var/run/aesmd of host to docker container using `-v` option. In this way, you can use aesm service provided by host.

@jianlinjiang If the aesm service can work on host, you can add another option: `-v /var/run/aesmd:/var/run/aesmd` to create a new container with `docker run` command you used before. This will...

@daan3601 got this result on NUC. I am unable to reproduce this error on ICX SGX2 machine even after running 1000 times. More investigation is needed.

> > Ubuntu 18.04 is the default Occlum build system. Below is the docker file used to build the Occlum release. > > https://github.com/occlum/occlum/blob/master/tools/docker/Dockerfile.ubuntu18.04 > > I know these contents....

@tinyAdapter I am not sure which Python version you are using. The thing is to run multiprocess with Python, fork will be called and we don't have plans to support...

@tinyAdapter Sorry but current Python demo doesn't support multiprocess usage.