Skip to content

Commit

Permalink
Docker: Stop installing cudnn
Browse files Browse the repository at this point in the history
It is already installed on kaixhin/cuda-torch and latest cudnn does not work with old cunn.
  • Loading branch information
nagadomi committed Feb 7, 2017
1 parent 00600ce commit c3b01ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3b01ec

Please sign in to comment.