Docker CodeProject.AI Server + Intel UHD 770 + Cuda
-
Hello, I was googling a lot to find a way to use a Intel Integrated GPU in the Intel i7-12700 CPU which should be a Intel UHD 770 ("Intel Corporation AlderLake-S GT1 (rev 0c)" according to proxmox). I know that CUDA is a tech owned by NVidia but I also read about OpenCL and other things on Internet that make me thing that this is possible. I run a Proxmox Server on a Intel NUC12 Extreme Kit i7 with a Debian VM with Docker installed (all latest version). I attached the PCIe to the VM (and forced VendorID/Device ID to get this : NVIDIA Corporation GM107 [GeForce GTX 750]), ran the docker codeproject/ai-server:gpu. This generates the following error : Error response from daemon: could not select device driver "" with capabilities: [[gpu]] So is there a way to make it work with my Intel UHD Integrated GPU ? Thank you for any comments.