Skip to content

Commit

Permalink
Docker: Move back to root for context. Use context for Docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 23, 2015
1 parent 5ec35da commit 653a99a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ RUN cd ~ && \
cmake --build . --config Release && \
cp dlib.so /usr/local/lib/python2.7/dist-packages

RUN cd ~/src && \
git clone https://github.com/cmusatyalab/openface.git && \
cd openface && \
ADD . ~/src/openface
RUN cd ~/src/openface && \
python2 setup.py install && \
./models/get-models.sh && \
pip2 install numpy==1.10.2 && \\
Expand Down

0 comments on commit 653a99a

Please sign in to comment.