From 3c07f5e67edf29ecb07f0c9f9f05d83f08aa3da2 Mon Sep 17 00:00:00 2001 From: Jin Hanyu <48324756+Hanyu-Jin@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:41:08 +0800 Subject: [PATCH] Fix the problem of cannot find the directory. (#5518) * add assembly * Enable FL Sever in SGX * Add start-fl-server.py to Docker Image * rm ppml-assebly.xml * Add start-python-fl-server-sgx.sh to Docker Image * Put start-fl-server.py into assembly * Fix the target directory Co-authored-by: Jiaming --- ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile b/ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile index 72c6ef44654..b0cee43a69b 100644 --- a/ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile +++ b/ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile @@ -166,6 +166,7 @@ RUN wget https://raw.githubusercontent.com/intel-analytics/analytics-zoo/bigdl-2 chmod a+x ./download-bigdl.sh RUN ./download-bigdl.sh && \ rm bigdl*.zip && \ + mkdir -p /ppml/trusted-big-data-ml/fl && \ cp ${BIGDL_HOME}/python/start-fl-server.py /ppml/trusted-big-data-ml/fl # stage.4 ppml