Part 4 of 5: Build vLLM
Upstream vLLM project does not yet offer first party container for inference on Intel cards. So you will have to build your own container with up to date dependencies.
Clone vLLM
Navigate to project directory
Checkout v0.26.0
Update XPU container file with most-up-to-date libraries, replace docker/Dockerfile.xpu with following contents Dockerfile.xpu
Build new container: