Skip to content

Commit

Permalink
Escape symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Dec 16, 2024
1 parent 34e28dc commit 3307b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_openvino_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def dockerfile_for_linux(output_file):

df += """
RUN (cd lib && \
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\\.so*'`; do \
patchelf --set-rpath '$ORIGIN' $i; \
done)
"""
Expand Down

0 comments on commit 3307b8c

Please sign in to comment.