Skip to content
Snippets Groups Projects

Add gcc since the gcc from our debian machines is newer.

Merged Amir MOHAMMADI requested to merge fix-gcc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 \
Loading