From d366337f70e5a5e31a161e3bd541b418112cf55b Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Sat, 10 Jun 2017 20:20:55 -0400 Subject: CONTRIBUTING.md Docker section newlines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CONTRIBUTING.md') 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. -- cgit v1.2.3