Skip to content

Commit bc5b898

Browse files
committed
Change install command for aitools
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent d53b6dd commit bc5b898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install_linux_aitools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ URL=$1
88

99
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1010
chmod +x webimage.sh
11-
sudo ./webimage.sh -b -p /intel/oneapi/intelpython -k
11+
sudo ./webimage.sh -b -p /intel/oneapi/intelpython
1212
installer_exit_code=$?
1313
exit $installer_exit_code

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
sudo ./webimage.sh -b -p webimage_extracted -k
12+
sudo ./webimage.sh -b -p webimage_extracted
1313
rm -rf webimage.sh
1414
source webimage_extracted/bin/activate base
1515
installer_exit_code=$?

0 commit comments

Comments
 (0)