File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
doc/getstarted/build_and_install Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ The general development workflow with Docker and Bazel is as follows:
122122 git clone --recursive https://github.com/paddlepaddle/paddle
123123
124124
125- 1 . Build a development Docker image `paddle:dev ` from the source code.
125+ 2 . Build a development Docker image `paddle:dev ` from the source code.
126126 This image contains all the development tools and dependencies of
127127 PaddlePaddle.
128128
@@ -133,7 +133,7 @@ The general development workflow with Docker and Bazel is as follows:
133133 docker build -t paddle:dev -f paddle/scripts/docker/Dockerfile .
134134
135135
136- 1 . Run the image as a container and mounting local source code
136+ 3 . Run the image as a container and mounting local source code
137137 directory into the container. This allows us to change the code on
138138 the host and build it within the container.
139139
@@ -147,13 +147,13 @@ The general development workflow with Docker and Bazel is as follows:
147147 -v $HOME /.cache/bazel:/root/.cache/bazel # mount Bazel cache \
148148 paddle:dev
149149
150- 1 . SSH into the container:
150+ 4 . SSH into the container:
151151
152152 .. code-block :: bash
153153
154154 ssh root@localhost -p 2022
155155
156- 1 . We can edit the source code in the container or on this host. Then
156+ 5 . We can edit the source code in the container or on this host. Then
157157 we can build using cmake
158158
159159 .. code-block :: bash
You can’t perform that action at this time.
0 commit comments