Update opencv-dlib-torch.Dockerfile (#241)

This commit is contained in:
Christopher Baker 2017-04-24 16:56:35 -05:00 committed by Brandon Amos
parent fe8f73eb69
commit 07fb4c79b5
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
# Building and pushing:
# docker build -f opencv-dlib-torch.Dockerfile -t opencv-dlib-torch .
# docker tag -f <tag of last container> bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_18.16-torch_2016.03.19
# docker tag <tag of last container> bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_18.16-torch_2016.03.19
# docker push bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_18.16-torch_2016.03.19
FROM ubuntu:14.04
@ -81,4 +81,4 @@ RUN cd ~ && \
cmake ../../tools/python && \
cmake --build . --config Release && \
cp dlib.so /usr/local/lib/python2.7/dist-packages && \
rm -rf ~/dlib-tmp
rm -rf ~/dlib-tmp