Skip to content

Instantly share code, notes, and snippets.

View nathanielatom's full-sized avatar

Adam Suban-Loewen nathanielatom

View GitHub Profile
@nathanielatom
nathanielatom / install_tensorflow_osx.sh
Last active July 8, 2016 03:58
Pseudo-script (meant to be read and executed line by line) for installing Tensorflow with GPU support on OS X.
# 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