Open kenyeung128 opened 6 years ago
The cublas library is part of the cuda drivers installation. You should find it in /usr/local/cuda-8.0/lib64/. I did not try nvidia-docker yet. Maybe we need to give it the cuda path and library path, just like for direct usage: PATH=$PATH:/usr/local/cuda-8.0/bin LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64
hi, if i tried to use deepspeech-gpu instead, it throws the error as below
ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory
I am using nvidia-docker