Skip to content

Commit

Permalink
Dockerfile: Fix link for cmusatyalab#166.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Jul 23, 2016
1 parent 469ae3b commit 131f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 131f7bb

Please sign in to comment.