Now in the container of Docker test a paddle, in the future may be installed on the computer directly paddle;
Install Docker, I do not say here, self-Baidu;
The following is the focus, because the image of Docker (Imags) are in the foreign Dockerhub, the domestic network environment does not support < This is really annoying, we need from https://dashboard.daocloud.io/
Register an account, get the accelerator, as below, there are specific ways to use
You can then install the tutorial with Paddlepaddle https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/build_and_install/ Docker_install_cn.rst
I am using this command to install the successful one,
Docker run-it--rm paddledev/paddle:0.10.0rc1-cpu/bin/bash
If not, try a few more times.
Here are some simple commands for working with Docker:
Docker PS-a #列出所有的容器 (not running) Docker images #列出所有的镜像docker RM --name #删除容器docker RMI -- ----name #进入容器
PS: Now this will be a few, anyway is enough now used, slipped away
Install Docker/paddle under Linux