Skip to content

Commit

Permalink
install TensorFlow via easyconfigs PR easybuilders/easybuild-easyconf…
Browse files Browse the repository at this point in the history
…igs#11614 to fix installation on aarch64/graviton2
  • Loading branch information
boegel committed Nov 4, 2020
1 parent da06fa9 commit db0605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ else
fi

echo ">> Installing TensorFlow 2.3.1..."
$EB TensorFlow-2.3.1-foss-2020a-Python-3.8.2.eb --robot --include-easyblocks-from-pr 2218
$EB --from-pr 11614 TensorFlow-2.3.1-foss-2020a-Python-3.8.2.eb --robot --include-easyblocks-from-pr 2218
if [[ $? -eq 0 ]]; then
echo_green "TensorFlow 2.3.1 installed, w00!"
else
Expand Down

0 comments on commit db0605e

Please sign in to comment.