We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f096b4 commit b8416d4Copy full SHA for b8416d4
CONTRIBUTING.md
@@ -159,8 +159,11 @@ There are two ways to run TensorFlow unit tests.
159
bazel test ${flags} //tensorflow/python/...
160
```
161
162
-2. Using Docker and TensorFlow's CI scripts.
163
-
+2. Using [Docker](www.docker.com) and TensorFlow's CI scripts.
+ ```bash
164
+ # Install Docker first, then this will build and run cpu tests
165
+ tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
166
+ ```
167
See
168
[TensorFlow Builds](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/ci_build) for details.
169
0 commit comments