1
0
Fork 0
mirror of synced 2024-05-16 19:02:21 +12:00

Docker: Stop installing cudnn

It is already installed on kaixhin/cuda-torch and latest cudnn does not work with old cunn.
This commit is contained in:
nagadomi 2017-02-07 15:46:26 +09:00
parent 00600ce10d
commit c3b01ecc02

View file

@ -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