Setup Docs: Reference tests. Correct web demo command.

This commit is contained in:
Brandon Amos 2015-12-23 00:44:37 -05:00
parent df27b988a3
commit 8e3fabb84d
1 changed files with 2 additions and 1 deletions

View File

@ -35,9 +35,10 @@ access them from the shared Docker directory.
docker build -t openface .
docker run -p 9000:9000 -p 8000:8000 -t -i openface /bin/bash
cd /root/src/openface
nosetests-2.7 -v -d test.py
./demos/compare.py images/examples/{lennon*,clapton*}
./demos/classifier.py infer models/openface/celeb-classifier.nn4.v1.pkl ./images/examples/carell.jpg
./demos/web/start-servers.py
./demos/web/start-servers.sh
```
### Docker in OSX