runtime error

Exit code: 1. Reason: ========== == CUDA == ========== CUDA Version 12.1.1 Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. This container image and its contents are governed by the NVIDIA Deep Learning Container License. By pulling and using the container, you accept the terms and conditions of this license: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience. WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available. Use the NVIDIA Container Toolkit to start this container with GPU support; see https://docs.nvidia.com/datacenter/cloud-native/ . Skipping import of cpp extensions due to incompatible torch version. Please upgrade to torch >= 2.11.0 (found 2.10.0+cu128). /home/user/app/train.py:30: UserWarning: WARNING: Unsloth should be imported before [transformers, peft] to ensure all optimizations are applied. Your code may run slower or encounter memory issues without these optimizations. Please restructure your imports with 'import unsloth' at the top of your file. from unsloth import FastLanguageModel Traceback (most recent call last): File "/home/user/app/train.py", line 30, in <module> from unsloth import FastLanguageModel File "/home/user/.local/lib/python3.10/site-packages/unsloth/__init__.py", line 105, in <module> import unsloth_zoo File "/home/user/.local/lib/python3.10/site-packages/unsloth_zoo/__init__.py", line 220, in <module> from .device_type import ( File "/home/user/.local/lib/python3.10/site-packages/unsloth_zoo/device_type.py", line 231, in <module> DEVICE_TYPE : str = get_device_type() File "/home/user/.local/lib/python3.10/site-packages/unsloth_zoo/device_type.py", line 218, in get_device_type raise NotImplementedError("Unsloth cannot find any torch accelerator? You need a GPU.") NotImplementedError: Unsloth cannot find any torch accelerator? You need a GPU.

Container logs:

Fetching error logs...