intel-analytics / BigDL-PPML-Azure-Occlum-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid occlum build and init during deployment

qiyuangong opened this issue · comments

Occlum init and build requires enclave key which is not safe to mount in deployment env. Meanwhile, this stage takes 30-60s in 100-200s running time. Need to remove it from deployed image.

  • Base image for init and build
  • Deploy with occlum instance

Issue resolved by #27