runtime error

Exit code: 1. Reason: n(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1159, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 293, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> "sapienzanlp/relik-entity-linking-large": setup_relik_model("sapienzanlp/relik-entity-linking-large", "cuda"), File "/home/user/app/app.py", line 12, in setup_relik_model return Relik.from_pretrained(model_name, device=device) File "/usr/local/lib/python3.10/site-packages/relik/inference/annotator.py", line 724, in from_pretrained retriever = load_retriever( File "/usr/local/lib/python3.10/site-packages/relik/inference/utils.py", line 143, in load_retriever _retriever[TaskType.SPAN] = _instantiate_retriever( File "/usr/local/lib/python3.10/site-packages/relik/inference/utils.py", line 42, in _instantiate_retriever retriever = hydra.utils.instantiate( File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 226, in instantiate return instantiate_node( File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 347, in instantiate_node return _call_target(_target_, partial, args, kwargs, full_key) File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 97, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'relik.retriever.pytorch_modules.model.GoldenRetriever': RuntimeError('Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx')

Container logs:

Fetching error logs...