Skip to content

Commit b8416d4

Browse files
ahundtmartinwicke
authored andcommitted
CONTRIBUTING.md include basic Docker CI command
1 parent 7f096b4 commit b8416d4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,11 @@ There are two ways to run TensorFlow unit tests.
159159
bazel test ${flags} //tensorflow/python/...
160160
```
161161

162-
2. Using Docker and TensorFlow's CI scripts.
163-
162+
2. Using [Docker](www.docker.com) and TensorFlow's CI scripts.
163+
```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+
```
164167
See
165168
[TensorFlow Builds](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/ci_build) for details.
166169

0 commit comments

Comments
 (0)