runtime error

arning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead. warnings.warn( Loading pipeline components...: 43%|████▎ | 3/7 [00:02<00:02, 1.40it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:03<00:01, 1.98it/s] Loading pipeline components...: 86%|████████▌ | 6/7 [00:07<00:01, 1.44s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:11<00:00, 2.16s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:11<00:00, 1.62s/it] Traceback (most recent call last): File "app.py", line 22, in <module> pipeline = pipeline.to("cuda") File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/pipelines/pipeline_utils.py", line 733, in to module.to(torch_device, torch_dtype) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1160, in to return self._apply(convert) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torch/nn/modules/module.py", line 833, in _apply param_applied = fn(param) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1158, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/torch/cuda/__init__.py", line 298, in _lazy_init torch._C._cuda_init() RuntimeError: 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: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

Container logs:

Fetching error logs...