Skip to content

Commit

Permalink
Set CMake version to 3.27.7 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv authored and kthui committed Dec 15, 2023
1 parent ae92fd3 commit 923afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docker run --gpus all --rm -it --net host nvcr.io/nvidia/tritonserver:${RELEASE}
apt update && apt install -y gpg wget && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null && . /etc/os-release && echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null

# install build/runtime dependencies
apt update && apt install -y cmake-data cmake libcurl4-openssl-dev rapidjson-dev
apt update && apt install -y cmake-data=3.27.7* cmake=3.27.7* libcurl4-openssl-dev rapidjson-dev

rm -rf client ; git clone --depth 1 https://github.com/triton-inference-server/client

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -eq 0 ]; then
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | \
tee /etc/apt/sources.list.d/kitware.list >/dev/null && \
apt-get update && \
apt-get install -y --no-install-recommends cmake cmake-data rapidjson-dev
apt-get install -y --no-install-recommends cmake=3.27.7* cmake-data=3.27.7* rapidjson-dev
fi

# Install jdk and maven
Expand Down

0 comments on commit 923afa9

Please sign in to comment.