runtime error

Exit code: 1. Reason: most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/resnet50-0676ba61.pth" to /root/.cache/torch/hub/checkpoints/resnet50-0676ba61.pth 0%| | 0.00/97.8M [00:00<?, ?B/s] 100%|██████████| 97.8M/97.8M [00:00<00:00, 145MB/s] Traceback (most recent call last): File "/app/app.py", line 60, in <module> model, criterion, postprocessors = build_model_main(args) ~~~~~~~~~~~~~~~~^^^^^^ File "/app/main.py", line 85, in build_model_main model, criterion, postprocessors = build_func(args) ~~~~~~~~~~^^^^^^ File "/app/models/dino/dino.py", line 2313, in build_dino transformer = build_deformable_transformer(args) File "/app/models/dino/deformable_transformer.py", line 1307, in build_deformable_transformer return DeformableTransformer( d_model=args.hidden_dim, ...<47 lines>... use_detached_boxes_dec_out=use_detached_boxes_dec_out ) File "/app/models/dino/deformable_transformer.py", line 90, in __init__ self.text_proj = nn.Linear(768, 256) .cuda() # 768 -> 256 ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1097, in cuda return self._apply(lambda t: t.cuda(device)) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 965, in _apply param_applied = fn(param) File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1097, in <lambda> return self._apply(lambda t: t.cuda(device)) ~~~~~~^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/cuda/__init__.py", line 478, 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...