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: # Building and pushing:
# docker build -f opencv-dlib-torch.Dockerfile -t opencv-dlib-torch . # 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 # 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 FROM ubuntu:14.04