Skip to content
Snippets Groups Projects
Commit 0631a9ac authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

use anaconda 4.2.0 on linux till newer packages are released

parent 426ccb21
No related branches found
No related tags found
1 merge request!44Update to anaconda 4.3.0, remove virtualenv
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -32,10 +32,12 @@ if [ "$(uname)" == "Linux" ]; then
TENSORFLOW=tensorflow
MYGCCPACKAGE="gcc=4.8.5"
MYLIBGCCPKG="libgcc=4.8.5"
ANACONDA="anaconda=4.2.0"
else
TENSORFLOW=
MYGCCPACKAGE=
MYLIBGCCPKG=
ANACONDA="anaconda=4.3.0"
fi
# For a complete list of dependencies, please read:
......@@ -71,7 +73,7 @@ ${CONDA} create --copy --yes -n ${NAME} \
scipy \
sphinx \
sqlalchemy \
anaconda=4.3.0 \
${ANACONDA} \
boost=1.61 \
${CAFFE} \
cmake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment