I am trying to deploy SAM2 with this the lasts image to sagemaker :
I am installing sam2 by adding this to requirement. text
git+https://github.com/facebookresearch/sam2.git
But I am getting this error
The NVIDIA driver on your system is too old (found version 11080). Please update your GPU driver by downloading and installing a new version from the URL: Download The Latest Official NVIDIA Drivers Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.
There is not higher version cuda available in images list
How I can fix it