Skip to content

Commit a377503

Browse files
author
Richard Top
committed
fixed typo in eb_hooks.py
1 parent d91f480 commit a377503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def parse_hook_tensorflow_CUDA(ec, eprefix):
283283
]
284284

285285
ec['pretestopts'] = (
286-
'interppath=$(find "$EESSI_EPREFIX/lib64" -name \'ld-*\' | grep -E \'so\\.1|so\\.2\' | head -n1) && '
286+
'interppath=$(find "$EESSI_EPREFIX/lib64" -name 'ld-*' | grep -E 'so.1|so.2' | head -n1) && '
287287
'patchelf --set-interpreter "$interppath" '
288288
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s-unknown-linux-gnu/bin/python%(pyshortver)s" && '
289289
'export LD_LIBRARY_PATH="$EBROOTCUDA/lib:$EBROOTCUDNN/lib:$EBROOTNCCL/lib:$LD_LIBRARY_PATH" && '

0 commit comments

Comments
 (0)