فهرست منبع

Docker: Stop installing cudnn

It is already installed on kaixhin/cuda-torch and latest cudnn does not work with old cunn.
nagadomi 8 سال پیش
والد
کامیت
c3b01ecc02
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -15,8 +15,7 @@ RUN \
   luarocks install md5 && \
   luarocks install md5 && \
   luarocks install uuid && \
   luarocks install uuid && \
   luarocks install csvigo && \
   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`
 # suppress message `tput: No value for $TERM and no -T specified`
 ENV TERM xterm
 ENV TERM xterm