From fe3bbfb40c9b3b1fd5dd9ae7311fbbca33ea6b0a Mon Sep 17 00:00:00 2001 From: Sai Enduri Date: Mon, 17 Nov 2025 18:13:24 -0800 Subject: [PATCH] [AMD CI] Update sgl-router python path in dockerfile. (#13458) --- docker/rocm.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rocm.Dockerfile b/docker/rocm.Dockerfile index 645ed7ecf..1cc106a2e 100644 --- a/docker/rocm.Dockerfile +++ b/docker/rocm.Dockerfile @@ -210,7 +210,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ # Build and install sgl-router RUN python3 -m pip install --no-cache-dir setuptools-rust \ - && cd /sgl-workspace/sglang/sgl-router \ + && cd /sgl-workspace/sglang/sgl-router/bindings/python \ && cargo build --release \ && python3 -m pip install --no-cache-dir . \ && rm -rf /root/.cache