Last active
September 27, 2019 00:19
-
-
Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.
Revisions
-
ivanliu1989 revised this gist
Sep 27, 2019 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,3 @@ # Install Bazel macOS # Other systems see: https://docs.bazel.build/versions/master/install.html /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
ivanliu1989 revised this gist
Sep 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git brew tap bazelbuild/tap brew install bazelbuild/tap/bazel # Check bazel version bazel --version -
ivanliu1989 revised this gist
Sep 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap bazelbuild/tap brew install bazelbuild/tap/bazel # Check bazel version & upgrade bazel --version -
ivanliu1989 revised this gist
Sep 27, 2019 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,11 @@ # Clone tensorflow repo git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git # Install Bazel macOS # Other systems see: https://docs.bazel.build/versions/master/install.html /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap bazelbuild/tap brew install bazelbuild/tap/bazel # Check bazel version & upgrade bazel --version brew upgrade bazelbuild/tap/bazel -
ivanliu1989 created this gist
Sep 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git