[model-gateway] limit opened files in docker build to fix edge case (#13536)
This commit is contained in:
@@ -59,7 +59,7 @@ RUN uv pip install maturin \
|
|||||||
&& cargo clean \
|
&& cargo clean \
|
||||||
&& rm -rf bindings/python/dist/ \
|
&& rm -rf bindings/python/dist/ \
|
||||||
&& cd bindings/python \
|
&& cd bindings/python \
|
||||||
&& maturin build --release --features vendored-openssl --out dist \
|
&& ulimit -n 65536 && maturin build --release --features vendored-openssl --out dist \
|
||||||
&& rm -rf /root/.cache
|
&& rm -rf /root/.cache
|
||||||
|
|
||||||
######################### ROUTER IMAGE #########################
|
######################### ROUTER IMAGE #########################
|
||||||
|
|||||||
Reference in New Issue
Block a user