Docs: Fix test command.

This commit is contained in:
Brandon Amos 2016-01-12 17:06:05 -05:00
parent 1a96439f34
commit 2cdf309cad
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ host and the Docker container.
docker pull bamos/openface
docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash
cd /root/src/openface
nosetests-2.7 -v -d test.py
./run-tests.sh
./demos/compare.py images/examples/{lennon*,clapton*}
./demos/classifier.py infer models/openface/celeb-classifier.nn4.v2.pkl ./images/examples/carell.jpg
./demos/web/start-servers.sh