From b8416d4531c695b76a3845c907775a4a13f512a3 Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Fri, 9 Jun 2017 16:20:47 -0400 Subject: CONTRIBUTING.md include basic Docker CI command --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c78b6b1a15..46a1c82f49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -159,8 +159,11 @@ There are two ways to run TensorFlow unit tests. bazel test ${flags} //tensorflow/python/... ``` -2. Using Docker and TensorFlow's CI scripts. - +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