Skip to content

Commit

Permalink
[EP Perf] Update cmake (#21624)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->
update script with cmake 3.30 to unblock EP Perf


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
yf711 authored Aug 5, 2024
1 parent a5ce65d commit 1f907a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/scripts/install_common_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ pip install "wheel>=0.35.1"
rm -rf /opt/miniconda/pkgs

# Dependencies: cmake
wget --quiet https://github.com/Kitware/CMake/releases/download/v3.27.3/cmake-3.27.3-linux-x86_64.tar.gz
tar zxf cmake-3.27.3-linux-x86_64.tar.gz
rm -rf cmake-3.27.3-linux-x86_64.tar.gz
wget --quiet https://github.com/Kitware/CMake/releases/download/v3.30.1/cmake-3.30.1-linux-x86_64.tar.gz
tar zxf cmake-3.30.1-linux-x86_64.tar.gz
rm -rf cmake-3.30.1-linux-x86_64.tar.gz

0 comments on commit 1f907a2

Please sign in to comment.