aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Andrew Hundt <ATHundt@gmail.com>2017-06-10 20:20:55 -0400
committerGravatar Martin Wicke <martin.wicke@gmail.com>2017-06-13 18:52:24 -0700
commitd366337f70e5a5e31a161e3bd541b418112cf55b (patch)
tree33a83f8d3a257ce214c766ae976424e79fa36e99 /CONTRIBUTING.md
parentb8416d4531c695b76a3845c907775a4a13f512a3 (diff)
CONTRIBUTING.md Docker section newlines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 46a1c82f49..43abdaafbf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -160,10 +160,12 @@ There are two ways to run TensorFlow unit tests.
```
2. Using [Docker](www.docker.com) and TensorFlow's CI scripts.
+
```bash
# Install Docker first, then this will build and run cpu tests
tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
```
+
See
[TensorFlow Builds](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/ci_build) for details.