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

Fix the Docker container error caused by missing CUDNN8 dynamic library #18

Merged
merged 1 commit into from
May 21, 2024

Conversation

jinmiaoluo
Copy link
Contributor

@jinmiaoluo jinmiaoluo commented May 20, 2024

fix #17

The major version of CUDNN in the latest CUDA image has been upgraded to version 9, so the image version (12.2.2) used in the current PR is not the latest one (12.4.1).

@alesaccoia alesaccoia merged commit 7aa0e63 into alesaccoia:main May 21, 2024
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

Successfully merging this pull request may close these issues.

Docker container error: Could not load library libcudnn_ops_infer.so.8
2 participants