Skip to content

Commit

Permalink
Rolling back changes cherry picked from 24.12: fixing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pvijayakrish committed Jan 15, 2025
1 parent 58b08e3 commit 561658b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmake/download_onnxruntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
endif(NOT DOWNLOAD_RESULT EQUAL 0)

endif(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)

4 changes: 2 additions & 2 deletions tools/gen_ort_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ def dockerfile_for_linux(output_file):
"""
df += """
RUN cd /opt/onnxruntime/lib && \
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
patchelf --set-rpath '$ORIGIN' $i; \
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
patchelf --set-rpath '$ORIGIN' $i; \
done
# For testing copy ONNX custom op library and model
Expand Down

0 comments on commit 561658b

Please sign in to comment.