runtime error

Exit code: 1. Reason: egistry.py:151: UserWarning: Class ddim already registered by <class 'scepter_ext.modules.model.diffusion.samplers.DDIMSampler'>, will be replaced by <class 'modules.model.diffusion.samplers.DDIMSampler'> warnings.warn( /usr/local/lib/python3.10/site-packages/scepter/modules/utils/registry.py:151: UserWarning: Class LinearScheduler already registered by <class 'scepter_ext.modules.model.diffusion.schedules.LinearScheduler'>, will be replaced by <class 'modules.model.diffusion.schedules.LinearScheduler'> warnings.warn( /usr/local/lib/python3.10/site-packages/scepter/modules/utils/registry.py:151: UserWarning: Class LdmACE already registered by <class 'scepter_ext.modules.model.network.ldm_ace.LdmACE'>, will be replaced by <class 'modules.model.network.ldm_ace.LdmACE'> warnings.warn( [Info]: Loading config from [config/chatbot_ui.yaml] as yaml file. Downloading Examples ... Finish. Start building UI ... Models: {'ace_0.6b_512': 'config/models/ace_0.6b_512.yaml'} [Info]: Loading config from [config/models/ace_0.6b_512.yaml] as yaml file. Traceback (most recent call last): File "/home/user/app/app.py", line 1225, in <module> chatbot = ChatBotUI(cfg) File "/home/user/app/app.py", line 79, in __init__ self.pipe.init_from_cfg(model_cfg) File "/home/user/app/infer.py", line 132, in init_from_cfg (10, 4096)).eval().requires_grad_(False).to(we.device_id) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1174, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 805, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1160, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, 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...