runtime error

β”‚ β”‚ 1140 β”‚ β”‚ β”‚ if convert_to_format is not None and t.dim() in (4, 5): β”‚ β”‚ 1141 β”‚ β”‚ β”‚ β”‚ return t.to(device, dtype if t.is_floating_point() or β”‚ β”‚ 1142 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ non_blocking, memory_format=convert_to_fo β”‚ β”‚ ❱ 1143 β”‚ β”‚ β”‚ return t.to(device, dtype if t.is_floating_point() or t.i β”‚ β”‚ 1144 β”‚ β”‚ β”‚ β”‚ 1145 β”‚ β”‚ return self._apply(convert) β”‚ β”‚ 1146 β”‚ β”‚ β”‚ β”‚ /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...