runtime error
Exit code: 1. Reason: sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 894, in wrapper response = f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 894, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 114, in main pipeline( File "/usr/local/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context return func(*args, **kwargs) File "/home/user/app/latentsync/pipelines/lipsync_pipeline.py", line 320, in __call__ self.image_processor = ImageProcessor(height, mask=mask, device="cuda") File "/home/user/app/latentsync/utils/image_processor.py", line 61, in __init__ self.fa = face_alignment.FaceAlignment( File "/usr/local/lib/python3.10/site-packages/face_alignment/api.py", line 80, in __init__ self.face_detector = face_detector_module.FaceDetector(device=device, verbose=verbose, **face_detector_kwargs) File "/usr/local/lib/python3.10/site-packages/face_alignment/detection/sfd/sfd_detector.py", line 31, in __init__ self.face_detector.to(device) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1340, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 900, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 927, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1326, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 319, 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...