[AMD CI] Update sgl-router python path in dockerfile. (#13458)
This commit is contained in:
@@ -210,7 +210,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
|
|||||||
|
|
||||||
# Build and install sgl-router
|
# Build and install sgl-router
|
||||||
RUN python3 -m pip install --no-cache-dir setuptools-rust \
|
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 \
|
&& cargo build --release \
|
||||||
&& python3 -m pip install --no-cache-dir . \
|
&& python3 -m pip install --no-cache-dir . \
|
||||||
&& rm -rf /root/.cache
|
&& rm -rf /root/.cache
|
||||||
|
|||||||
Reference in New Issue
Block a user