Skip to content

Commit

Permalink
Fix the problem of cannot find the directory. (intel-analytics#5518)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and ForJadeForest committed Sep 20, 2022
1 parent 63e819b commit dc4d312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc4d312

Please sign in to comment.