runtime error

/1.71G [00:35<00:00, 49.0MB/s] model.safetensors: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 1.70G/1.71G [00:35<00:00, 53.3MB/s] model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.71G/1.71G [00:35<00:00, 47.5MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 101, in <module> videocrafter_iface = videocrafter_demo(result_dir) File "/home/user/app/app.py", line 23, in videocrafter_demo text2video = Text2Video(result_dir) File "/home/user/app/videocrafter_test.py", line 41, in __init__ model, _, _ = load_model(config, ckpt_path, gpu_id=0, inject_lora=False) File "/home/user/app/scripts/sample_utils.py", line 35, in load_model model.to(f"cuda:{gpu_id}") File "/home/user/.local/lib/python3.10/site-packages/lightning_lite/utilities/device_dtype_mixin.py", line 54, in to return super().to(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1145, in to return self._apply(convert) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 797, in _apply module._apply(fn) [Previous line repeated 1 more time] File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 820, in _apply param_applied = fn(param) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1143, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/home/user/.local/lib/python3.10/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...