@@ -14,11 +14,11 @@ Usage of CPU-only and GPU Images
14
14
15
15
For each version of PaddlePaddle, we release 2 types of Docker images: development
16
16
image and production image. Production image includes CPU-only version and a CUDA
17
- GPU version and their no-AVX versions. We do so by configuring
18
- `dockerhub.com <https://hub.docker.com/r/paddledev/paddle/ >`_
19
- automatically generate the latest docker images. You can find the latest versions
20
- under "tags" tab at dockerhub.com.
21
- 1. development image(support pure cpu) :code: ` paddlepaddle/paddle:<version>-dev `
17
+ GPU version and their no-AVX versions. We put the docker images on
18
+ `dockerhub.com <https://hub.docker.com/r/paddledev/paddle/ >`_. You can find the
19
+ latest versions under "tags" tab at dockerhub.com.
20
+ 1. development image :code: ` paddlepaddle/paddle:<version>-dev `
21
+
22
22
This image has packed related develop tools and runtime environment. Users and
23
23
developers can use this image instead of their own local computer to accomplish
24
24
development, build, releasing, document writing etc. While different version of
@@ -114,7 +114,7 @@ We provide a packaged book image, simply issue the command:
114
114
115
115
.. code-block :: bash
116
116
117
- docker run -p 8888:8888 paddlepaddle/book: < version >
117
+ docker run -p 8888:8888 paddlepaddle/book
118
118
119
119
Then, you would back and paste the address into the local browser:
120
120
@@ -140,8 +140,8 @@ Windows -- in a consistent way.
140
140
docker build -t paddle:dev .
141
141
142
142
Note that by default :code: `docker build ` wouldn't import source
143
- tree into the image and build it. If we want to do that, we need
144
- to set a build arg :
143
+ tree into the image and build it. If we want to do that, we need docker the
144
+ development docker image and then run the following command :
145
145
146
146
.. code-block :: bash
147
147
0 commit comments