runtime error

Exit code: 1. Reason: 56%|█████▌ | 265M/473M [00:05<00:03, 54.8MiB/s] Downloading onnx checkpoint: 67%|██████▋ | 319M/473M [00:06<00:02, 55.2MiB/s] Downloading onnx checkpoint: 79%|███████▉ | 373M/473M [00:07<00:01, 55.8MiB/s] Downloading onnx checkpoint: 90%|█████████ | 427M/473M [00:08<00:00, 56.1MiB/s] Downloading onnx checkpoint: 100%|██████████| 473M/473M [00:08<00:00, 55.6MiB/s] Traceback (most recent call last): File "/app/app.py", line 635, in <module> initiate_model(config) ~~~~~~~~~~~~~~^^^^^^^^ File "/app/app.py", line 112, in initiate_model model = SoulXPodcast(config) File "/app/soulxpodcast/models/soulxpodcast.py", line 25, in __init__ self.audio_tokenizer = s3tokenizer.load_model("speech_tokenizer_v2_25hz").cuda().eval() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1065, in cuda return self._apply(lambda t: t.cuda(device)) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 915, in _apply module._apply(fn) ~~~~~~~~~~~~~^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 915, in _apply module._apply(fn) ~~~~~~~~~~~~~^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 942, in _apply param_applied = fn(param) File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1065, in <lambda> return self._apply(lambda t: t.cuda(device)) ~~~~~~^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/cuda/__init__.py", line 372, 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...