Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #678 from takagi/cudnn-8.2.2
Browse files Browse the repository at this point in the history
cuDNN v8.2.2
  • Loading branch information
kmaehashi authored Jul 15, 2021
2 parents 1617d9c + a70b5bc commit 5b21017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,9 @@ def get_scipy_choices():
codes['cudnn81-cuda112'] = codes['cudnn81-cuda110']

codes['cudnn82-cuda110'] = cudnn_base.format(
cudnn='cudnn-11.3-linux-x64-v8.2.1.32',
cudnn_ver='v8.2.1',
sha256sum='39412acd9ef5dd27954b6b9f5df75bd381c5d7ceb7979af6c743a7f4521f9c77',
cudnn='cudnn-11.4-linux-x64-v8.2.2.26',
cudnn_ver='v8.2.2',
sha256sum='fbc631ce19688e87d7d2420403b20db97885b17f718f0f51d7e9fc0905d86e07',
)
codes['cudnn82-cuda111'] = codes['cudnn82-cuda110']
codes['cudnn82-cuda112'] = codes['cudnn82-cuda110']
Expand Down

0 comments on commit 5b21017

Please sign in to comment.