Dockerfile: Fix link for #166.
This commit is contained in:
parent
469ae3bac9
commit
131f7bbf0c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue