Skip to content

Commit

Permalink
Fix LD_LIBRARY_PATH for PyTorch backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian authored and mc-nv committed Jun 30, 2023
1 parent fff1595 commit e47fbca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,6 @@ ENV LD_LIBRARY_PATH /opt/tritonserver/qa/clients:${LD_LIBRARY_PATH}

# DLIS-3631: Needed to run Perf Analyzer CI tests correctly
ENV LD_LIBRARY_PATH /opt/hpcx/ompi/lib:${LD_LIBRARY_PATH}

# Required for PyTorch to pickup the correct HPCX libraries
ENV LD_LIBRARY_PATH /opt/hpcx/ucc/lib/:/opt/hpcx/ucx/lib/:${LD_LIBRARY_PATH}

0 comments on commit e47fbca

Please sign in to comment.