Skip to content

Commit

Permalink
Apply UCX workaround (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian authored Sep 11, 2023
1 parent 9fe213a commit e0dc4aa
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 @@ -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
Expand Down

0 comments on commit e0dc4aa

Please sign in to comment.