runtime error

██████████| 493M/493M [00:09<00:00, 54.5MB/s] Traceback (most recent call last): File "app.py", line 6, in <module> from awesome_chat import chat_huggingface File "/home/user/app/awesome_chat.py", line 24, in <module> from models_server import models, status File "/home/user/app/models_server.py", line 335, in <module> pipes = load_pipes(local_deployment) File "/home/user/app/models_server.py", line 291, in load_pipes "model": MidasDetector.from_pretrained('lllyasviel/ControlNet') File "/home/user/.local/lib/python3.8/site-packages/controlnet_aux/midas/__init__.py", line 20, in from_pretrained return cls(model_type=model_type, model_path=model_path) File "/home/user/.local/lib/python3.8/site-packages/controlnet_aux/midas/__init__.py", line 13, in __init__ self.model = MiDaSInference(model_type=model_type, model_path=model_path).cuda() File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 905, in cuda return self._apply(lambda t: t.cuda(device)) File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) [Previous line repeated 4 more times] File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 820, in _apply param_applied = fn(param) File "/home/user/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 905, in <lambda> return self._apply(lambda t: t.cuda(device)) File "/home/user/.local/lib/python3.8/site-packages/torch/cuda/__init__.py", line 247, 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

Container logs:

Fetching error logs...