Is it possible to use USB/IP in windows container?

I am trying to use usbip-win https://github.com/cezanne/usbip-win/releases for using my usb device inside the container windows server core 2019 but I have some problem with installation usbip_vhci.inf driver. I have tried to use this command from docs of usbip-win lib: “usbip.exe install” but there was an error and it cannot install the driver package, then I tried “pnputil /add-driver usbip_vhci.inf /install” and got an error: “Data is invalid”. Is it any way to install it in windows container ?

USB devices are not supported on Windows containers. More information here: Devices in containers on Windows | Microsoft Learn