Bump dlib to 19.0 in Dockerfiles.

This commit is contained in:
Brandon Amos 2016-07-12 08:10:30 -04:00
parent 89a036b4f8
commit a0d0ba41fa
No known key found for this signature in database
GPG Key ID: E9B7164CB72D6B6F
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_18.16-torch_2016.05.07
FROM bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_19.0-torch_2016.07.12
MAINTAINER Brandon Amos <brandon.amos.cs@gmail.com>
RUN apt-get update && apt-get install -y \

View File

@ -72,10 +72,10 @@ RUN cd ~ && \
mkdir -p dlib-tmp && \
cd dlib-tmp && \
curl -L \
https://github.com/davisking/dlib/releases/download/v18.16/dlib-18.16.tar.bz2 \
https://github.com/davisking/dlib/archive/v19.0.tar.gz \
-o dlib.tar.bz2 && \
tar xf dlib.tar.bz2 && \
cd dlib-18.16/python_examples && \
cd dlib-19.0/python_examples && \
mkdir build && \
cd build && \
cmake ../../tools/python && \