Dockerfile: Fix link for #166.

This commit is contained in:
Brandon Amos 2016-07-23 17:42:59 -04:00
parent 469ae3bac9
commit 131f7bbf0c
No known key found for this signature in database
GPG Key ID: E9B7164CB72D6B6F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_19.0-torch_2
MAINTAINER Brandon Amos <brandon.amos.cs@gmail.com>
# TODO: Should be added to opencv-dlib-torch image.
RUN ln -s /root/torch/install/bin/* /usr/local/bin/th
RUN ln -s /root/torch/install/bin/* /usr/local/bin
RUN apt-get update && apt-get install -y \
curl \