Skip to content

Bump CUDNN version in docker image. #8718

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

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

ysiraichi
Copy link
Collaborator

This PR bumps up the CUDNN version in docker images for CUDA 12.3. This change is needed for the hermetic CUDA transition PR (#8665).

Problem: currently, we are using CUDNN 9.0.0. However, hermetic CUDA does not support that version (log):

Error in fail: The supported CUDNN versions are 
["8.6", "8.9.4.25", "8.9.6", "8.9.7.29", "9.1.1", "9.2.0", "9.2.1", "9.3.0",
 "9.4.0", "9.5.0", "9.5.1", "9.6.0", "9.7.0", "9.7.1"]. 
Please provide a supported version in HERMETIC_CUDNN_VERSION environment variable
or add JSON URL for CUDNN version=9.0.0.

Solution: in this PR, we bump the CUDNN version to 9.1.1.

@ysiraichi ysiraichi added dependencies Pull requests that update a dependency file CI CI related change labels Feb 18, 2025
@ysiraichi ysiraichi marked this pull request as ready for review February 18, 2025 18:26
@lsy323 lsy323 merged commit 6016023 into master Feb 18, 2025
23 checks passed
@lsy323 lsy323 deleted the ysiraichi/bump-cudnn-version-for-12-3 branch February 18, 2025 23:12
@lsy323
Copy link
Collaborator

lsy323 commented Feb 18, 2025

Thank you @ysiraichi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI related change dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants