[model-gateway] fix gateway docker build due to recent py code change (#13532)

This commit is contained in:
Chang Su
2025-11-18 11:24:25 -08:00
committed by GitHub
parent f5566acc2a
commit b8e32e7965
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ RUN --mount=type=cache,target=/root/.cache/pip curl --proto '=https' --tlsv1.2 -
&& export PATH="/root/.cargo/bin:${PATH}" \
&& rustc --version && cargo --version \
&& python3 -m pip install maturin \
&& cd /sgl-workspace/sglang/sgl-router \
&& cd /sgl-workspace/sglang/sgl-router/bindings/python \
&& ulimit -n 65536 && maturin build --release --features vendored-openssl --out dist \
&& python3 -m pip install --force-reinstall dist/*.whl \
&& rm -rf /root/.cargo /root/.rustup target dist ~/.cargo \