Open MTRNord opened 1 year ago
I manually looked at the available libs on apt and found libcudnn8_8.5.0.96-1+cuda11.7_amd64.deb
meaning that 8.5.0.96 works with 11.7.
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true,
"cudaVersion": "11.7",
"cudnnVersion": "8.5.0.96"
}
But I totally agree the expectation is for it to choose wisely. Also, seems there are much more recent cuDNN versions for 11.7: https://developer.nvidia.com/rdp/cudnn-archive
Hi I am running this devcontainer json:
Doing that sends the container into recovery mode.
The error log it gave me is:
It seems to default to the wrong cudnn version and I would expect it to pick a compatible one for cuda.