Travis: Source torch-active so 'th' is on the path for tests.
This commit is contained in:
parent
55928e9f95
commit
49aa43ece3
|
@ -20,7 +20,8 @@ script:
|
|||
- |
|
||||
docker run -v $PWD:/root/src/openface bamos/openface \
|
||||
/bin/bash -l -c \
|
||||
"cd /root/src/openface; \
|
||||
"source /root/torch/install/bin/torch-activate; \
|
||||
cd /root/src/openface; \
|
||||
./models/get-models.sh && \
|
||||
./data/download-lfw-subset.sh && \
|
||||
wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
|
||||
|
|
Loading…
Reference in New Issue