提交 eb56d9c9 编写于 作者: J jingqinghe

add mpc doc

上级 fc81f958
......@@ -52,6 +52,19 @@ Upon completion of the secure training (or inference) job, the models (or predic
## Compilation and Installation
### Docker Installation
```sh
#Pull and run the docker
docker pull hub.baidubce.com/paddlefl/paddle_mpc:latest
docker run --name <docker_name> --net=host -it -v $PWD:/root <image id> /bin/bash
#Install paddle_fl
pip install paddle_fl
```
### Compile From Source Code
#### Environment preparation
* CentOS 6 or CentOS 7 (64 bit)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册