I want to use Video Storage Toolkit in CUDA 11.4

I need to dynamically add and remove RTSP streams in case of disconnection, from my g-streamer pipeline for which I am planning to use VST. But I am facing issue while creating docker container for VST because ,y pipeline currently works on CUDA 11.4 but VST requires 12.2 or higher.

I am currently getting this error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: nvidia-container-runtime did not terminate successfully: exit status 1: time=“2024-10-15T14:25:35+05:30” level=error msg=“failed to create NVIDIA Container Runtime: failed to construct OCI spec modifier: requirements not met: unsatisfied condition: cuda>=12.2 (cuda=11.4)”