From 928a9f89fe6ab8a4ad7d58ddc0a916b64015cc87 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Mon, 9 Feb 2026 21:08:52 -0500 Subject: [PATCH] fix(strixhalo): add all missing vllm runtime deps for v1.0.23 Added: cachetools, ijson, opencv-python-headless, grpcio-reflection, grpcio-tools, anthropic, mcp, tensorizer (plus pybase64, setproctitle from prior edit) --- dockerfiles/Dockerfile.ray-worker-strixhalo | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.ray-worker-strixhalo b/dockerfiles/Dockerfile.ray-worker-strixhalo index 2fcbca8..383e1e2 100644 --- a/dockerfiles/Dockerfile.ray-worker-strixhalo +++ b/dockerfiles/Dockerfile.ray-worker-strixhalo @@ -204,7 +204,18 @@ RUN --mount=type=cache,target=/root/.cache/uv \ 'einops>=0.7.0' \ 'depyf>=0.18.0' \ 'grpcio>=1.60.0' \ - 'protobuf>=4.25.0' + 'protobuf>=4.25.0' \ + 'pybase64>=1.0' \ + 'setproctitle>=1.3.0' \ + # ── additional vllm deps missing from --no-deps install ── + 'cachetools>=5.0' \ + 'ijson>=3.2' \ + 'opencv-python-headless>=4.8' \ + 'grpcio-reflection>=1.60.0' \ + 'grpcio-tools>=1.60.0' \ + 'anthropic>=0.20.0' \ + 'mcp>=1.0' \ + 'tensorizer>=2.9.0' # ── Ray Serve application package ────────────────────────────────────── # Baked into the image so the LLM serve app can use the source-built vllm