Add building/pushing comment to opencv-dlib-torch.

This commit is contained in:
Brandon Amos 2016-05-06 10:14:16 -04:00
parent 60203bd45e
commit ecfb83fdb0
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
# dlib.get_frontal_face_detector() when running on OSX in a Docker machine.
# Building in a Docker machine on OSX fixes this issue and the built
# container successfully deploys on my Arch Linux desktop.
#
# 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 push bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_18.16-torch_2016.03.19
FROM ubuntu:14.04
MAINTAINER Brandon Amos <brandon.amos.cs@gmail.com>