runtime error

Exit code: 1. Reason: β”‚ β”‚ 902 β”‚ β”‚ Returns: β”‚ β”‚ 903 β”‚ β”‚ β”‚ Module: self β”‚ β”‚ 904 β”‚ β”‚ """ β”‚ β”‚ ❱ 905 β”‚ β”‚ return self._apply(lambda t: t.cuda(device)) β”‚ β”‚ 906 β”‚ β”‚ β”‚ 907 β”‚ def ipu(self: T, device: Optional[Union[int, device]] = None) -> β”‚ β”‚ 908 β”‚ β”‚ r"""Moves all model parameters and buffers to the IPU. β”‚ β”‚ β”‚ β”‚ /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:247 in β”‚ β”‚ _lazy_init β”‚ β”‚ β”‚ β”‚ 244 β”‚ β”‚ # are found or any other error occurs β”‚ β”‚ 245 β”‚ β”‚ if 'CUDA_MODULE_LOADING' not in os.environ: β”‚ β”‚ 246 β”‚ β”‚ β”‚ os.environ['CUDA_MODULE_LOADING'] = 'LAZY' β”‚ β”‚ ❱ 247 β”‚ β”‚ torch._C._cuda_init() β”‚ β”‚ 248 β”‚ β”‚ # Some of the queued calls may reentrantly call _lazy_init(); β”‚ β”‚ 249 β”‚ β”‚ # we need to just return without initializing in that case. β”‚ β”‚ 250 β”‚ β”‚ # 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...