From 508dc44330bd63ecdbb12f557ae0a00d78846218 Mon Sep 17 00:00:00 2001 From: Iman Tabrizian Date: Wed, 13 Sep 2023 11:51:05 -0400 Subject: [PATCH] Apply UCX workaround (#6254) (#6307) --- build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.py b/build.py index 588882bc06..a7b6e0f2ad 100755 --- a/build.py +++ b/build.py @@ -1161,6 +1161,9 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach LABEL com.nvidia.tritonserver.version="${TRITON_SERVER_VERSION}" ENV PATH /opt/tritonserver/bin:${PATH} +# Remove once https://github.com/openucx/ucx/pull/9148 is available +# in the min container. +ENV UCX_MEM_EVENTS no """ # TODO Remove once the ORT-OpenVINO "Exception while Reading network" is fixed