Skip to content

Commit

Permalink
[CI] Install curl into the base image (intel#10961)
Browse files Browse the repository at this point in the history
We use it to install intel drivers, including the later containers job.
  • Loading branch information
aelovikov-intel authored Aug 24, 2023
1 parent a3d10cf commit c708b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/scripts/install_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ apt update && apt install -yqq \
zstd \
zip \
unzip \
jq
jq \
curl

pip3 install psutil

0 comments on commit c708b0d

Please sign in to comment.