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 && \