File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -214,22 +214,12 @@ The pip package is build in two steps. A `bazel build` commands creates a
214
214
package.
215
215
216
216
### Build the package-builder
217
-
218
- Use ` bazel build ` to create the TensorFlow 2.x package-builder with * CPU-only*
219
- support:
220
-
221
- <pre class =" devsite-terminal devsite-click-to-copy " >
222
- bazel build [--config=option] //tensorflow/tools/pip_package:build_pip_package
223
- </pre >
224
-
225
- #### GPU support
226
-
227
217
Note: GPU support can be enabled with ` cuda=Y ` during the ` ./configure ` stage.
228
218
229
- To build a TensorFlow package-builder with GPU support :
219
+ Use ` bazel build` to create the TensorFlow 2.x package-builder:
230
220
231
221
<pre class =" devsite-terminal devsite-click-to-copy " >
232
- bazel build --config=cuda [--config=option] //tensorflow/tools/pip_package:build_pip_package
222
+ bazel build [--config=option] //tensorflow/tools/pip_package:build_pip_package
233
223
</pre >
234
224
235
225
#### Bazel build options
You can’t perform that action at this time.
0 commit comments