Skip to content

Commit c3df778

Browse files
committed
Add memory and disk checks
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent d8902e3 commit c3df778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ chmod +x webimage.sh
1212
./webimage.sh -b -p webimage_extracted
1313
rm -rf webimage.sh
1414
pwd
15+
df -h
16+
free -m
1517
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
1618
installer_exit_code=$?
1719
conda env list > "$FILENAME"

0 commit comments

Comments
 (0)