Skip to content

Commit 561658b

Browse files
committed
Rolling back changes cherry picked from 24.12: fixing spaces
1 parent 58b08e3 commit 561658b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmake/download_onnxruntime.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
2929
endif(NOT DOWNLOAD_RESULT EQUAL 0)
3030

3131
endif(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
32+

tools/gen_ort_dockerfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ def dockerfile_for_linux(output_file):
395395
"""
396396
df += """
397397
RUN cd /opt/onnxruntime/lib && \
398-
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
399-
patchelf --set-rpath '$ORIGIN' $i; \
398+
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
399+
patchelf --set-rpath '$ORIGIN' $i; \
400400
done
401401
402402
# For testing copy ONNX custom op library and model

0 commit comments

Comments
 (0)