runtime error

.96k [00:00<?, ?B/s] Downloading: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7.96k/7.96k [00:00<00:00, 30.6MB/s] 2024-04-28 23:44:18,801 - modelscope - WARNING - ('PIPELINES', 'image-to-video', 'i2v_gen_xl') not found in ast index file Traceback (most recent call last): File "/opt/conda/lib/python3.10/site-packages/modelscope/utils/registry.py", line 212, in build_from_cfg return obj_cls(**args) File "/home/user/.cache/modelscope/modelscope_modules/i2vgen-xl/ms_wrapper.py", line 269, in __init__ pipe_model = I2VGenXLModel(model_dir=model, gpu=0, cfg=cfg, cfg_update=cfg_update) File "/home/user/.cache/modelscope/modelscope_modules/i2vgen-xl/ms_wrapper.py", line 59, in __init__ torch.cuda.set_device(gpu) File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 404, in set_device torch._C._cuda_setDevice(device) File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 298, 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 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> image_to_video_pipe = pipeline(task="image-to-video", model='damo/i2vgen-xl', model_revision='v1.1.4', device='cuda:0') File "/opt/conda/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 170, in pipeline return build_pipeline(cfg, task_name=task) File "/opt/conda/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 65, in build_pipeline return build_from_cfg( File "/opt/conda/lib/python3.10/site-packages/modelscope/utils/registry.py", line 215, in build_from_cfg raise type(e)(f'{obj_cls.__name__}: {e}') RuntimeError: I2VGenXLPipeline: 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...