Browse Source

Merge branch 'master' into dev

nagadomi 8 năm trước cách đây
mục cha
commit
b65bed9418
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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