Bump dlib to 19.0 in Dockerfiles.
This commit is contained in:
parent
89a036b4f8
commit
a0d0ba41fa
|
@ -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>
|
MAINTAINER Brandon Amos <brandon.amos.cs@gmail.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
@ -72,10 +72,10 @@ RUN cd ~ && \
|
||||||
mkdir -p dlib-tmp && \
|
mkdir -p dlib-tmp && \
|
||||||
cd dlib-tmp && \
|
cd dlib-tmp && \
|
||||||
curl -L \
|
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 && \
|
-o dlib.tar.bz2 && \
|
||||||
tar xf dlib.tar.bz2 && \
|
tar xf dlib.tar.bz2 && \
|
||||||
cd dlib-18.16/python_examples && \
|
cd dlib-19.0/python_examples && \
|
||||||
mkdir build && \
|
mkdir build && \
|
||||||
cd build && \
|
cd build && \
|
||||||
cmake ../../tools/python && \
|
cmake ../../tools/python && \
|
||||||
|
|
Loading…
Reference in New Issue