Skip to content

Commit

Permalink
Change install command for aitools
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Mar 28, 2024
1 parent d53b6dd commit bc5b898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ URL=$1

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
sudo ./webimage.sh -b -p /intel/oneapi/intelpython -k
sudo ./webimage.sh -b -p /intel/oneapi/intelpython
installer_exit_code=$?
exit $installer_exit_code
2 changes: 1 addition & 1 deletion scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FILENAME=$2

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
sudo ./webimage.sh -b -p webimage_extracted -k
sudo ./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
source webimage_extracted/bin/activate base
installer_exit_code=$?
Expand Down

0 comments on commit bc5b898

Please sign in to comment.