From 686e48409c7612d4b0b65dc95156ac344a9d08e5 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Tue, 12 Jan 2016 17:57:59 -0500 Subject: [PATCH] opencv-dlib-torch: Add torchx. --- opencv-dlib-torch.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencv-dlib-torch.Dockerfile b/opencv-dlib-torch.Dockerfile index 4916700..f7ce859 100644 --- a/opencv-dlib-torch.Dockerfile +++ b/opencv-dlib-torch.Dockerfile @@ -31,7 +31,8 @@ RUN cd ~/torch && ./install.sh && \ ./luarocks install dpnn && \ ./luarocks install image && \ ./luarocks install optim && \ - ./luarocks install csvigo + ./luarocks install csvigo && \ + ./luarocks install torchx RUN cd ~ && \ mkdir -p src && \