Open
Description
The latest container provided by the Whisper.cpp project fails with the error message ./main: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
I was able to fix the issue by running apt install nvidia-cuda-dev -y
inside the container.
I am writing this issue instead of making a pull request directly because maybe this is a temporary issue or there are subtleties to the problem that I am not aware of.
Also, thanks for the great project!