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 491b095 commit dd5f6adCopy full SHA for dd5f6ad
.circleci/docker/build.sh
@@ -308,6 +308,7 @@ case "$image" in
308
fi
309
if [[ "$image" == *rocm* ]]; then
310
extract_version_from_image_name rocm ROCM_VERSION
311
+ NINJA_VERSION=1.9.0
312
313
if [[ "$image" == *gcc* ]]; then
314
extract_version_from_image_name gcc GCC_VERSION
.circleci/docker/common/install_base.sh
@@ -66,6 +66,7 @@ install_ubuntu() {
66
software-properties-common \
67
wget \
68
sudo \
69
+ unzip \
70
vim \
71
jq \
72
libtool
@@ -126,6 +127,7 @@ install_centos() {
126
127
opencv-devel \
128
129
130
131
vim
132
133
# Cleanup
0 commit comments