Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
30ece685
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2299
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
30ece685
编写于
3月 09, 2017
作者:
T
Travis CI
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Deploy to GitHub Pages:
bd689cbb
上级
12a7b197
变更
3
展开全部
隐藏空白更改
内联
并排
Showing
3 changed file
with
45 addition
and
3 deletion
+45
-3
develop/doc/_sources/getstarted/build_and_install/docker_install_en.rst.txt
...es/getstarted/build_and_install/docker_install_en.rst.txt
+24
-1
develop/doc/getstarted/build_and_install/docker_install_en.html
...p/doc/getstarted/build_and_install/docker_install_en.html
+20
-1
develop/doc/searchindex.js
develop/doc/searchindex.js
+1
-1
未找到文件。
develop/doc/_sources/getstarted/build_and_install/docker_install_en.rst.txt
浏览文件 @
30ece685
...
...
@@ -42,7 +42,7 @@ Windows -- in a consistent way.
.. code-block:: bash
docker run -d -p 2202:22 -v $PWD:/paddle paddle:dev
docker run -d -p 2202:22 -
p 8888:8888 -
v $PWD:/paddle paddle:dev
This runs a container of the development environment Docker image
with the local source tree mounted to :code:`/paddle` of the
...
...
@@ -82,6 +82,29 @@ Windows -- in a consistent way.
cd /paddle/build
ctest
4. Run PaddlePaddle Book under Docker Container
The Jupyter Notebook is an open-source web application that allows
you to create and share documents that contain live code, equations,
visualizations and explanatory text in a single browser.
PaddlePaddle Book is an interactive Jupyter Notebook for users and developers.
We already exposed port 8888 for this book. If you want to
dig deeper into deep learning, PaddlePaddle Book definitely is your best choice.
Once you are inside the container, simply issue the command:
.. code-block:: bash
jupyter notebook
Then, you would back and paste the address into the local browser:
.. code-block:: text
http://localhost:8888/
That's all. Enjoy your journey!
CPU-only and GPU Images
-----------------------
...
...
develop/doc/getstarted/build_and_install/docker_install_en.html
浏览文件 @
30ece685
...
...
@@ -235,7 +235,7 @@ to set a build arg:</p>
<p>
Once we got the image
<code
class=
"code docutils literal"
><span
class=
"pre"
>
paddle:dev
</span></code>
, we can use it to develop
Paddle by mounting the local source code tree into a container that
runs the image:
</p>
<div
class=
"highlight-bash"
><div
class=
"highlight"
><pre><span></span>
docker run -d -p
<span
class=
"m"
>
2202
</span>
:22 -v
<span
class=
"nv"
>
$PWD
</span>
:/paddle paddle:dev
<div
class=
"highlight-bash"
><div
class=
"highlight"
><pre><span></span>
docker run -d -p
<span
class=
"m"
>
2202
</span>
:22 -
p
<span
class=
"m"
>
8888
</span>
:8888 -
v
<span
class=
"nv"
>
$PWD
</span>
:/paddle paddle:dev
</pre></div>
</div>
<p>
This runs a container of the development environment Docker image
...
...
@@ -268,6 +268,25 @@ ctest
</pre></div>
</div>
</li>
<li><p
class=
"first"
>
Run PaddlePaddle Book under Docker Container
</p>
<blockquote>
<div><p>
The Jupyter Notebook is an open-source web application that allows
you to create and share documents that contain live code, equations,
visualizations and explanatory text in a single browser.
</p>
<p>
PaddlePaddle Book is an interactive Jupyter Notebook for users and developers.
We already exposed port 8888 for this book. If you want to
dig deeper into deep learning, PaddlePaddle Book definitely is your best choice.
</p>
<p>
Once you are inside the container, simply issue the command:
</p>
<div
class=
"highlight-bash"
><div
class=
"highlight"
><pre><span></span>
jupyter notebook
</pre></div>
</div>
<p>
Then, you would back and paste the address into the local browser:
</p>
<div
class=
"highlight-text"
><div
class=
"highlight"
><pre><span></span>
http://localhost:8888/
</pre></div>
</div>
<p>
That
’
s all. Enjoy your journey!
</p>
</div></blockquote>
</li>
</ol>
</div>
<div
class=
"section"
id=
"cpu-only-and-gpu-images"
>
...
...
develop/doc/searchindex.js
浏览文件 @
30ece685
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录