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

[install] remove mkl which will remove caffe

parent 5154fa66
No related branches found
No related tags found
1 merge request!36[install] install openblas
......@@ -63,7 +63,8 @@ ${CONDA} create --yes -n ${NAME} \
matplotlib=1.5.3 \
nose=1.3.7 \
numexpr=2.6.1 \
numpy=1.11 \
numpy=1.11.1 \
openblas=0.2.19 \
opencv=3 \
pillow=3.3.1 \
pip=8.1.2 \
......@@ -81,6 +82,10 @@ ${CONDA} create --yes -n ${NAME} \
virtualenv \
vlfeat=0.9.20
# remove mkl
${CONDA} install --yes nomkl numpy=1.11.1 scipy=0.18.1 scikit-learn=0.17.1 numexpr=2.6.1
${CONDA} remove --yes mkl mkl-service
echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..."
source ${BASEDIR}/bin/activate ${NAME}
......
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