We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53b6dd commit bc5b898Copy full SHA for bc5b898
scripts/install_linux_aitools.sh
@@ -8,6 +8,6 @@ URL=$1
8
9
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
10
chmod +x webimage.sh
11
-sudo ./webimage.sh -b -p /intel/oneapi/intelpython -k
+sudo ./webimage.sh -b -p /intel/oneapi/intelpython
12
installer_exit_code=$?
13
exit $installer_exit_code
scripts/list_components_linux_aitools.sh
@@ -9,7 +9,7 @@ FILENAME=$2
-sudo ./webimage.sh -b -p webimage_extracted -k
+sudo ./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
14
source webimage_extracted/bin/activate base
15
0 commit comments