Skip to content

Commit

Permalink
Fix development commands (tensorflow#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored and WindQAQ committed Sep 4, 2019
1 parent 4b39ea0 commit 47b3e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Try these useful commands below:
* Format code automatically: `bash tools/run_docker.sh -c 'make code-format'`
* Run sanity check: `bash tools/run_docker.sh -c 'make sanity-check'`
* Run CPU unit tests: `bash tools/run_docker.sh -c 'make unit-test'`
* Run GPU unit tests: `bash tools/run_docker.sh -c 'make gpu-unit-test'`
* All of the above: `bash tools/run_docker.sh -c 'make'`
* Run GPU unit tests: `bash tools/run_docker.sh -d gpu -c 'make gpu-unit-test'`
* All of the above: `bash tools/run_docker.sh -d gpu -c 'make'`

## Coding style

Expand Down

0 comments on commit 47b3e55

Please sign in to comment.