From 073f2b33065d8b6b19c901eacfdf59ae392a617a Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 5 Oct 2016 12:34:34 +0200 Subject: [PATCH] Add gcc since the gcc from our debian machines is newer. --- conda/create_new_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/create_new_env.sh b/conda/create_new_env.sh index 3f1a9d5..144b902 100644 --- a/conda/create_new_env.sh +++ b/conda/create_new_env.sh @@ -10,7 +10,7 @@ set -xe conda create --yes $1 $2 --channel defaults --override-channels python=$3 anaconda source activate $2 -conda install --yes --no-update-deps bob$4 caffe tensorflow ipdb docopt sphinx_rtd_theme +conda install --yes --no-update-deps bob$4 caffe tensorflow ipdb docopt sphinx_rtd_theme gcc pip install bob.db.arface \ bob.db.atvskeystroke \ bob.db.avspoof \ -- GitLab