Browse Source

Merge branch 'master' into dev

nagadomi 8 years ago
parent
commit
b65bed9418
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -15,8 +15,7 @@ RUN \
   luarocks install md5 && \
   luarocks install uuid && \
   luarocks install csvigo && \
-  PREFIX=$HOME/torch/install luarocks install turbo && \
-  luarocks install cudnn
+  PREFIX=$HOME/torch/install luarocks install turbo
 
 # suppress message `tput: No value for $TERM and no -T specified`
 ENV TERM xterm