From 5f2d167ba0a21ac3b201700a94a61486d57e9734 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Mon, 9 Feb 2026 11:12:34 -0500 Subject: [PATCH] fixing build problem. --- dockerfiles/Dockerfile.ray-worker-strixhalo | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/Dockerfile.ray-worker-strixhalo b/dockerfiles/Dockerfile.ray-worker-strixhalo index bde7458..8d310c9 100644 --- a/dockerfiles/Dockerfile.ray-worker-strixhalo +++ b/dockerfiles/Dockerfile.ray-worker-strixhalo @@ -67,6 +67,7 @@ USER ray # undefined symbol errors in vllm._C and vllm._rocm_C. # HSA_OVERRIDE_GFX_VERSION=11.0.0 makes gfx1151 appear as gfx1100 to this torch. RUN --mount=type=cache,target=/home/ray/.cache/uv,uid=1000,gid=1000 \ + uv pip install --system 'setuptools>=77.0.3,<81.0' && \ uv pip install --system \ --extra-index-url https://wheels.vllm.ai/rocm/ \ --extra-index-url https://download.pytorch.org/whl/rocm7.0 \