From ec70d3c4deecc7cea61a63528095dfbfb07380a4 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Tue, 19 Jan 2016 14:57:29 -0500 Subject: [PATCH] Update illegal instruction error note. --- docs/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index b4db066..a0bb79b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -45,5 +45,6 @@ We try to prevent these as much as possible by building the images inside of a Docker machine. If you are still having these issues, please fall back to building the image from scratch instead of pulling from Docker Hub. -Instructions for doing this are in our -[setup guide](http://cmusatyalab.github.io/openface/setup/). +You'll need to build the +[opencv-dlib-torch Dockerfile](https://github.com/cmusatyalab/openface/blob/master/opencv-dlib-torch.Dockerfile) +as a base and the [OpenFace Dockerfile](https://github.com/cmusatyalab/openface/blob/master/Dockerfile).