Skip to content

Commit 98e347d

Browse files
saienduri00INDEX
authored andcommitted
[AMD CI] Update sgl-router python path in dockerfile. (sgl-project#13458)
1 parent 9e8315a commit 98e347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rocm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
210210

211211
# Build and install sgl-router
212212
RUN python3 -m pip install --no-cache-dir setuptools-rust \
213-
&& cd /sgl-workspace/sglang/sgl-router \
213+
&& cd /sgl-workspace/sglang/sgl-router/bindings/python \
214214
&& cargo build --release \
215215
&& python3 -m pip install --no-cache-dir . \
216216
&& rm -rf /root/.cache

0 commit comments

Comments
 (0)