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

Revert "Merge branch 'cherry-pick-5b7ad326' into 'master'"

This reverts merge request !29
parent b8035a05
No related branches found
No related tags found
1 merge request!32Revert "Merge branch 'cherry-pick-5b7ad326' into 'master'"
...@@ -22,13 +22,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then ...@@ -22,13 +22,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then
fi fi
fi fi
if [ "$(uname)" == "Linux" ] && [ ${PYTHON_VERSION} == "2.7" ]; then
CAFFE=caffe
else
CAFFE=
fi
# For a complete list of dependencies, please read: # For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies # https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
...@@ -40,7 +33,6 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults ...@@ -40,7 +33,6 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
dask \ dask \
docopt \ docopt \
ffmpeg \ ffmpeg \
gcc \
giflib \ giflib \
hdf5 \ hdf5 \
ipdb \ ipdb \
...@@ -69,8 +61,12 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults ...@@ -69,8 +61,12 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
sqlalchemy \ sqlalchemy \
tensorflow \ tensorflow \
virtualenv \ virtualenv \
vlfeat \ vlfeat
${CAFFE}
# Commented out while @amohammadi fixes it in conda-forge
#if [ "$(uname)" == "Linux" ] && [ ${PYTHON_VERSION} == "2.7" ]; then
# ${CONDA} install --yes -n ${NAME} --override-channels -c conda-forge -c defaults caffe
#fi
echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..." echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..."
source ${BASEDIR}/bin/activate ${NAME} 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