runtime error

β”‚ β”‚ 746 β”‚ β”‚ Returns: β”‚ β”‚ 747 β”‚ β”‚ β”‚ Module: self β”‚ β”‚ 748 β”‚ β”‚ """ β”‚ β”‚ ❱ 749 β”‚ β”‚ return self._apply(lambda t: t.cuda(device)) β”‚ β”‚ 750 β”‚ β”‚ β”‚ 751 β”‚ def ipu(self: T, device: Optional[Union[int, device]] = None) -> β”‚ β”‚ 752 β”‚ β”‚ r"""Moves all model parameters and buffers to the IPU. β”‚ β”‚ β”‚ β”‚ /home/user/.local/lib/python3.10/site-packages/torch/cuda/__init__.py:229 in β”‚ β”‚ _lazy_init β”‚ β”‚ β”‚ β”‚ 226 β”‚ β”‚ # are found or any other error occurs β”‚ β”‚ 227 β”‚ β”‚ if 'CUDA_MODULE_LOADING' not in os.environ: β”‚ β”‚ 228 β”‚ β”‚ β”‚ os.environ['CUDA_MODULE_LOADING'] = 'LAZY' β”‚ β”‚ ❱ 229 β”‚ β”‚ torch._C._cuda_init() β”‚ β”‚ 230 β”‚ β”‚ # Some of the queued calls may reentrantly call _lazy_init(); β”‚ β”‚ 231 β”‚ β”‚ # we need to just return without initializing in that case. β”‚ β”‚ 232 β”‚ β”‚ # However, we must not let any *other* threads in! β”‚ ╰──────────────────────────────────────────────────────────────────────────────╯ 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...