I use a container created from nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04 image.
python :3.10.15
Then i build it from source using

but when i "make", i got the problem below

when i simply use pip to install bitsandbytes, i keep getting the traceback , which sugguests building bitsandbytes from source.
What should i do to fix this
I use a container created from nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04 image.
python :3.10.15
Then i build it from source using