diff --git a/.circleci/docker/common/install_base.sh b/.circleci/docker/common/install_base.sh index 6724031c0a4..5bca9f6dd33 100755 --- a/.circleci/docker/common/install_base.sh +++ b/.circleci/docker/common/install_base.sh @@ -68,7 +68,9 @@ install_ubuntu() { sudo \ vim \ jq \ - libtool + libtool \ + unzip \ + gdb # Should resolve issues related to various apt package repository cert issues # see: https://github.com/pytorch/pytorch/issues/65931 @@ -126,7 +128,9 @@ install_centos() { opencv-devel \ sudo \ wget \ - vim + vim \ + unzip \ + gdb # Cleanup yum clean all