Skip to content
Snippets Groups Projects
Commit 78d5f03f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove pip installation of tensorflow

parent afd91592
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment