runtime error

kB 4.3 MB/s eta 0:00:00 Collecting peft Downloading peft-0.11.1-py3-none-any.whl (251 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251.6/251.6 kB 10.4 MB/s eta 0:00:00 Collecting accelerate Downloading accelerate-0.31.0-py3-none-any.whl (309 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.4/309.4 kB 9.7 MB/s eta 0:00:00 Collecting bitsandbytes Downloading bitsandbytes-0.43.1-py3-none-manylinux_2_24_x86_64.whl (119.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.8/119.8 MB 5.7 MB/s eta 0:00:00 Installing collected packages: bitsandbytes, xformers, trl, peft, accelerate Successfully installed accelerate-0.31.0 bitsandbytes-0.43.1 peft-0.11.1 trl-0.8.6 xformers-0.0.26.post1 [notice] A new release of pip available: 22.3.1 -> 24.1.1 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> from model import llm_chain_response, get_response_value File "/home/user/app/model.py", line 9, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.10/site-packages/unsloth/__init__.py", line 67, in <module> major_version, minor_version = torch.cuda.get_device_capability() File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 430, in get_device_capability prop = get_device_properties(device) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 444, in get_device_properties _lazy_init() # will define _get_device_properties File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 293, 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...