opencv-dlib-torch: Add torchx.

This commit is contained in:
Brandon Amos 2016-01-12 17:57:59 -05:00
parent 0764f0d6bd
commit 686e48409c
1 changed files with 2 additions and 1 deletions

View File

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