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 characters
# Tensorflow 0.9 with GPU from source for Mac OS X 10.11. Assumes anaconda python and homebrew is already installed. | |
# Requires ~8GB of storage, but only temporarily. | |
cd ~ | |
conda update conda | |
conda update anaconda | |
conda install --channel https://conda.anaconda.org/conda-forge protobuf=3.0.0b2.post2 | |
brew update | |
brew install Caskroom/cask/java | |
brew install bazel swig coreutils | |
brew tap caskroom/cask |
NewerOlder