From bc0b2fa909aeaf10dac2188975d5b833d615dd37 Mon Sep 17 00:00:00 2001 From: Iman Tabrizian Date: Thu, 31 Aug 2023 15:39:16 -0400 Subject: [PATCH] Apply UCX workaround --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 7301d19a8f9..8cb77366846 100755 --- a/build.py +++ b/build.py @@ -1149,6 +1149,7 @@ 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} +ENV UCX_MEM_EVENTS no """ # TODO Remove once the ORT-OpenVINO "Exception while Reading network" is fixed