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 ...@@ -32,10 +32,12 @@ if [ "$(uname)" == "Linux" ]; then
TENSORFLOW=tensorflow TENSORFLOW=tensorflow
MYGCCPACKAGE="gcc=4.8.5" MYGCCPACKAGE="gcc=4.8.5"
MYLIBGCCPKG="libgcc=4.8.5" MYLIBGCCPKG="libgcc=4.8.5"
ANACONDA="anaconda=4.2.0"
else else
TENSORFLOW= TENSORFLOW=
MYGCCPACKAGE= MYGCCPACKAGE=
MYLIBGCCPKG= MYLIBGCCPKG=
ANACONDA="anaconda=4.3.0"
fi fi
# For a complete list of dependencies, please read: # For a complete list of dependencies, please read:
...@@ -71,7 +73,7 @@ ${CONDA} create --copy --yes -n ${NAME} \ ...@@ -71,7 +73,7 @@ ${CONDA} create --copy --yes -n ${NAME} \
scipy \ scipy \
sphinx \ sphinx \
sqlalchemy \ sqlalchemy \
anaconda=4.3.0 \ ${ANACONDA} \
boost=1.61 \ boost=1.61 \
${CAFFE} \ ${CAFFE} \
cmake \ cmake \
......
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