Преглед изворни кода

Merge branch 'master' into dev

nagadomi пре 8 година
родитељ
комит
b65bed9418
1 измењених фајлова са 1 додато и 2 уклоњено
  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