We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929150b commit a01e830Copy full SHA for a01e830
1 file changed
eb_hooks.py
@@ -284,7 +284,7 @@ def parse_hook_tensorflow_CUDA(ec, eprefix):
284
285
ec['pretestopts'] = (
286
'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" && '
+ '"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s.-unknown-linux-gnu/bin/python%(pyshortver)s" && '
288
'LD_LIBRARY_PATH=$EBROOTCUDA/lib:$EBROOTCUDNN/lib:$EBROOTNCCL/lib:$LD_LIBRARY_PATH && '
289
)
290
0 commit comments