Skip to content
New issue

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

Could not load library libcudnn_cnn_infer.so.8. #205

Open
m00nwtchr opened this issue Mar 26, 2024 · 0 comments
Open

Could not load library libcudnn_cnn_infer.so.8. #205

m00nwtchr opened this issue Mar 26, 2024 · 0 comments

Comments

@m00nwtchr
Copy link

m00nwtchr commented Mar 26, 2024

I'm getting this error when running the latest-gpu variant of the image using 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant