Skip to content
Snippets Groups Projects
Commit fd4ed93b authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'fix-gcc' into 'master'

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

Fixes bob.measure#18

See merge request !11
parents a8dbfab4 073f2b33
No related branches found
No related tags found
1 merge request!11Add gcc since the gcc from our debian machines is newer.
...@@ -10,7 +10,7 @@ set -xe ...@@ -10,7 +10,7 @@ set -xe
conda create --yes $1 $2 --channel defaults --override-channels python=$3 anaconda conda create --yes $1 $2 --channel defaults --override-channels python=$3 anaconda
source activate $2 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 \ pip install bob.db.arface \
bob.db.atvskeystroke \ bob.db.atvskeystroke \
bob.db.avspoof \ bob.db.avspoof \
......
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