runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> gradio_pipeline = GradioPipeline( File "/home/user/app/src/gradio_pipeline.py", line 28, in __init__ super().__init__(inference_cfg, crop_cfg) File "/home/user/app/src/live_portrait_pipeline.py", line 37, in __init__ self.live_portrait_wrapper: LivePortraitWrapper = LivePortraitWrapper(inference_cfg=inference_cfg) File "/home/user/app/src/live_portrait_wrapper.py", line 34, in __init__ self.appearance_feature_extractor = load_model(inference_cfg.checkpoint_F, model_config, self.device, 'appearance_feature_extractor') File "/home/user/app/src/utils/helper.py", line 102, in load_model model = AppearanceFeatureExtractor(**model_params).to(device) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1173, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 779, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 779, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 804, in _apply param_applied = fn(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

Container logs:

Fetching error logs...