ElderResearch / gpu_docker

dockerfiles for our dc office gpu development machine
4 stars 2 forks source link

Darknet build failing in eri_python image #56

Closed semperstew closed 5 years ago

semperstew commented 5 years ago
/usr/bin/ld: cannot find -lcuda
collect2: error: ld returned 1 exit status
make: *** [libdarknet.so] Error 1

apparently, the libcuda library can't be found.

semperstew commented 5 years ago

so apparently all i had to do was symlink the libcuda library. some bullshit right there. thanks nvidia.