This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Forked from https://gist.github.com/chaser92/3f50d75170050abc3cb463b2be04262b | |
# BEFORE STARTING PUT libcudnn5_5.1.10-1+cuda8.0_amd64.deb AND libcudnn5-dev_5.1.10-1+cuda8.0_amd64.deb IN /tmp | |
# OTHERWISE THIS WON'T WORK | |
# These are actually the Ubuntu 14.04 deb files. The 16.06 won't work with the below. | |
pushd /tmp && | |
stat libcudnn5_5.1.10-1+cuda8.0_amd64.deb && | |
stat libcudnn5-dev_5.1.10-1+cuda8.0_amd64.deb && | |
echo "export LC_ALL=\"en_US.UTF-8\"" > ~/.profile && | |
echo "export LC_CTYPE=\"en_US.UTF-8\"" > ~/.profile && |