runtime error

� /cextension.py:37 in get_instance │ │ │ │ 34 │ def get_instance(cls): │ │ 35 │ │ if cls._instance is None: │ │ 36 │ │ │ cls._instance = cls.__new__(cls) │ │ ❱ 37 │ │ │ cls._instance.initialize() │ │ 38 │ │ return cls._instance │ │ 39 │ │ 40 │ │ │ │ /home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/bitsandbytes │ │ /cextension.py:27 in initialize │ │ │ │ 24 │ │ │ if not binary_path.exists(): │ │ 25 │ │ │ │ print('CUDA SETUP: CUDA detection failed. Either CUDA d │ │ 26 │ │ │ │ print('CUDA SETUP: If you compiled from source, try aga │ │ ❱ 27 │ │ │ │ raise Exception('CUDA SETUP: Setup Failed!') │ │ 28 │ │ │ self.lib = ct.cdll.LoadLibrary(binary_path) │ │ 29 │ │ else: │ │ 30 │ │ │ print(f"CUDA SETUP: Loading binary {binary_path}...") │ ╰──────────────────────────────────────────────────────────────────────────────╯ Exception: CUDA SETUP: Setup Failed!

Container logs:

Fetching error logs...