File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 71
71
- uses : actions/checkout@v2
72
72
- uses : actions/setup-python@v2
73
73
with :
74
- python-version : ' 3.x'
74
+ python-version : ' 3.x'
75
75
- name : Intel® AI Tools Toolkit
76
76
run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
77
77
- name : Upload artifacts
Original file line number Diff line number Diff line change 7
7
URL=$1
8
8
9
9
curl --output webimage.sh --url " $URL " --retry 5 --retry-delay 5
10
+ sudo rm -rf /usr/share/dotnet
11
+ sudo rm -rf /opt/ghc
12
+ sudo rm -rf " /usr/local/share/boost"
13
+ sudo rm -rf " $AGENT_TOOLSDIRECTORY "
10
14
chmod +x webimage.sh
11
15
sudo ./webimage.sh -b -p /intel/oneapi/intelpython
12
16
installer_exit_code=$?
Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ FILENAME=$2
9
9
10
10
curl --output webimage.sh --url " $URL " --retry 5 --retry-delay 5
11
11
chmod +x webimage.sh
12
- df -h
13
12
sudo rm -rf /usr/share/dotnet
14
13
sudo rm -rf /opt/ghc
15
14
sudo rm -rf " /usr/local/share/boost"
16
15
sudo rm -rf " $AGENT_TOOLSDIRECTORY "
17
- df -h
18
16
./webimage.sh -b -p webimage_extracted
19
17
rm -rf webimage.sh
20
18
source " $HOME " /work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
You can’t perform that action at this time.
0 commit comments