Skip to content

Instantly share code, notes, and snippets.

@ivanliu1989
Last active September 27, 2019 00:19
Show Gist options
  • Select an option

  • Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.

Select an option

Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.

Revisions

  1. ivanliu1989 revised this gist Sep 27, 2019. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions install_tf_bazel.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,3 @@
    # 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)"
  2. ivanliu1989 revised this gist Sep 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_tf_bazel.sh
    Original 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 & upgrade
    # Check bazel version
    bazel --version
  3. ivanliu1989 revised this gist Sep 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_tf_bazel.sh
    Original 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
    brew upgrade bazelbuild/tap/bazel
  4. ivanliu1989 revised this gist Sep 27, 2019. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions install_tf_bazel.sh
    Original 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
  5. ivanliu1989 created this gist Sep 27, 2019.
    1 change: 1 addition & 0 deletions install_tf_bazel.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git