Kaixhin / dockerfiles

Compilation of Dockerfiles with automated builds enabled on the Docker Registry
https://hub.docker.com/u/kaixhin/
MIT License
504 stars 128 forks source link

Could NOT find CUDA: Found unsuitable version "7.0", but required is at least "7.5" #16

Closed Teepareep closed 8 years ago

Teepareep commented 8 years ago

Getting the following error when building cudnn on the 7.0 tag release. 

[91mCMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find CUDA: Found unsuitable version "7.0", but required is at least "7.5" (found /usr/local/cuda)

You can see this error is generated on your automated build as well: Docker Hub Build Log

Teepareep commented 8 years ago

potential solution: https://github.com/soumith/cudnn.torch/issues/196

Kaixhin commented 8 years ago

Probably best to manually reinstall cudnn after install.sh so pushed a fix in 32f985b - will be able to check the results later in the day.