From c3b01ecc02e867d652b82702826c1322ba801397 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Tue, 7 Feb 2017 15:46:26 +0900 Subject: [PATCH] Docker: Stop installing cudnn It is already installed on kaixhin/cuda-torch and latest cudnn does not work with old cunn. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12ba495..e93b3ea 100644 --- a/Dockerfile +++ b/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