diff --git a/build.py b/build.py index 7301d19a8f..3a935269e6 100755 --- a/build.py +++ b/build.py @@ -1149,6 +1149,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