Can CUDA 11 container run in CUDA 12 host?

I have a ubuntu 22 host with CUDA12 and I can use GPU in container with cuda 12 by “torch.cuda.is_availalbe()”. [image=pytorch/pytorch:2.4.0-cuda12.1-cudnn9-runtime]
But I ran a container with cuda 11 and got False. [image=pytorch/pytorch:1.13.1-cuda11.6-cudnn8-runtime]
Is there an issue about compatibility ?