[AMD CI] Update sgl-router python path in dockerfile. (#13458)

This commit is contained in:
Sai Enduri
2025-11-17 18:13:24 -08:00
committed by GitHub
parent 9846f8ed72
commit fe3bbfb40c

View File

@@ -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