Skip to content

Commit

Permalink
Apply UCX workaround (#6254) (#6307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Sep 13, 2023
1 parent 27e5f0b commit 508dc44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 508dc44

Please sign in to comment.