From 78d5f03f0818104f49b6309e1a42b28d8c5dfcab Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 24 Jan 2017 16:31:41 +0100 Subject: [PATCH] Remove pip installation of tensorflow --- install/from-scratch.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index ca09328..bd25f09 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -87,13 +87,6 @@ ${CONDA} create --yes -n ${NAME} \ echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..." source ${BASEDIR}/bin/activate ${NAME} -# pip install tensorflow in mac -if [ "$(uname)" == "Darwin" ]; then - pip install tensorflow - # test tensorflow - python -c "import tensorflow" -fi - # Cyvlfeat requires special instructions cyvlfeat=git+https://github.com/menpo/cyvlfeat@v0.4.5 if [ "$(uname)" == "Linux" ]; then -- GitLab