Fix broken link to the Dockerfile.

This commit is contained in:
Brandon Amos 2015-11-05 08:58:28 -05:00
parent 0831c9e069
commit 27e2172ea0
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ eval $(docker-machine env default)
## By hand ## By hand
Be sure you have checked out the submodules and downloaded the models as Be sure you have checked out the submodules and downloaded the models as
described above. described above.
See the [Dockerfile](docker/Dockerfile) as a reference. See the
[Dockerfile](https://github.com/cmusatyalab/openface/blob/master/docker/Dockerfile)
as a reference.
This project uses `python2` because of the `opencv` This project uses `python2` because of the `opencv`
and `dlib` dependencies. and `dlib` dependencies.