Open kwonmha opened 1 year ago
@kwonmha Try driver version 470 as https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/container_tags.pdf suggests.
ℹ️ This is a driver from the LTSB (Long Term Support Branch) and supports newer CUDA versions through forward compatibility.
Thanks.
Thanks.
Does it work? Which Linux distribution are you using?
I want to know what driver version is required for particular docker image. Now, 460.73 version driver is installed and failed to run 11.5.2, succeeded to run 11.4.3.
Running 11.5.2 image, the error says
How can I find minimum required driver version spec?
I found https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/container_tags.pdf but it doesn't give me complete information. By looking at the doc, I can't figure out why 11.5.2 failed and 11.4.3 didn't with 460.73 driver.
https://github.com/NVIDIA/nvidia-docker/wiki/CUDA#requirements is out of date.
According to https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html, the minimum required driver version for CUDA 11.x is 450.80.02 but I failed running 11.5.2 image with 460.73.01.