We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error when running the latest-gpu variant of the image using podman:
latest-gpu
podman
Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: cannot open shared object file: No such file or directory
Any help would be appreciated.
(Both libraries do appear to be present in the container)
whisperasr.container (systemd/quadlet container definition)
[Unit] Description=whisperasr container Wants=network-online.target After=network-online.target nss-lookup.target [Container] Image=docker.io/onerahmet/openai-whisper-asr-webservice:latest-gpu AutoUpdate=registry PublishPort=9000:9000 Environment=ASR_ENGINE=faster_whisper Environment=ASR_MODEL=medium AddDevice=nvidia.com/gpu=all Volume=%h/.cache/whisper:/root/.cache/whisper [Service] Restart=on-failure TimeoutStartSec=300 ExecStartPre=mkdir -p %h/.cache/whisper [Install] WantedBy=default.target
The text was updated successfully, but these errors were encountered:
Still having this problem?
Sorry, something went wrong.
No branches or pull requests
I'm getting this error when running the
latest-gpu
variant of the image usingpodman
:Any help would be appreciated.
(Both libraries do appear to be present in the container)
whisperasr.container (systemd/quadlet container definition)
The text was updated successfully, but these errors were encountered: