Skip to content

Commit a01e830

Browse files
author
Richard Top
committed
fixed hard coded python in eb_hooks.py
1 parent 929150b commit a01e830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

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

285285
ec['pretestopts'] = (
286286
'patchelf --set-interpreter "$EESSI_EPREFIX/lib64/ld-linux-%(arch)s.so.1" '
287-
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_aarch64-unknown-linux-gnu/bin/python%(pyshortver)s" && '
287+
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s.-unknown-linux-gnu/bin/python%(pyshortver)s" && '
288288
'LD_LIBRARY_PATH=$EBROOTCUDA/lib:$EBROOTCUDNN/lib:$EBROOTNCCL/lib:$LD_LIBRARY_PATH && '
289289
)
290290

0 commit comments

Comments
 (0)