C:\Users\gaozh>docker run paddlepaddle/paddle
Unable to find image 'paddlepaddle/paddle:latest' locally
latest: Pulling from paddlepaddle/paddle
297061f60c36: Pull complete
e9ccef17b516: Pull complete
dbc33716854d: Pull complete
8fe36b178d25: Pull complete
686596545a94: Pull complete
28a3cb1cb47e: Pull complete
3ad371c6b799: Pull complete
Digest: sha256:6c837336ba242dc91404d65b945c20124d1b23be872e9735ea58249f41e59af7
Status: Downloaded newer image for paddlepaddle/paddle:latest
PaddlePaddle latest, compiled with
with_avx: ON
with_gpu: OFF
with_mkl: ON
with_mkldnn: ON
with_double: OFF
with_python: ON
with_rdma: OFF
with_timer: OFF
--------------------------------------------------------------------
C:\Users\gaozh>docker run -d -it -t 2a0d6801bed8/bin/bash
Unable to find image '2a0d6801bed8/bin/bash:latest' locally
docker: Error response from daemon: pull access denied for 2a0d6801bed8/bin/bash, repository does not exist or may require 'docker login'.
See 'docker run --help'.
docker已经登录、
您好,如果自己编译出现问题,可以尝试PaddlePaddle——windows快速安装包
地址如下:只要按照指导一步一步执行,十分钟内可安装完毕
http://www.paddlepaddle.org/docs/0.14.0/documentation/fluid/zh/new_docs/beginners_guide/install/install_doc.html#windowspaddlepaddle
手册中的这个命令是
docker run -d -it -t docker的镜像ID/bin/bash
我把他修改成一下的即可使用,win10下是这样的。
docker run -itd paddlepaddle/paddle:0.14.0-centos7-cpu
网页丢失哎~~~~~~
您好,请问您的问题是否解决,若尚未解决请您提供,不能打开的网址链接,感谢您的支持~
应该是你的IP没写对。