Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cmake to 3.27 and upgrade Linux CUDA docker files from CentOS7 to UBI8 #16856

Merged
merged 75 commits into from
Sep 6, 2023

Conversation

snnn
Copy link
Member

@snnn snnn commented Jul 26, 2023

Description

  1. Update docker files and their build instructions
  2. Fix a compatibility issue with cmake 3.27 about how test timeout is computed.

AB#18990

Motivation and Context

ARM64 and x86_64 can use the same docker file.

@snnn snnn requested a review from a team July 26, 2023 00:01
jchen351
jchen351 previously approved these changes Jul 28, 2023
@snnn snnn changed the title Update docker files and their build instructions Update cmake to 3.27 and upgrade Linux CUDA docker files from CentOS7 to UBI8 Sep 1, 2023
@snnn snnn requested a review from mszhanyi September 5, 2023 21:00
@snnn snnn merged commit c6b0d18 into main Sep 6, 2023
246 of 254 checks passed
@snnn snnn deleted the snnn/update_docker_files branch September 6, 2023 01:12
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
unzip lsb-release

# cmake
RUN CMAKE_VERSION=3.26.3 && \
RUN CMAKE_VERSION=3.27.3 && \
aria2c -q -d /tmp -o cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz \
--checksum=sha-256=28d4d1d0db94b47d8dfd4f7dec969a3c747304f4a28ddd6fd340f553f2384dc2 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checksum needs to be updated

kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
… to UBI8 (microsoft#16856)

### Description
1. Update docker files and their build instructions.
ARM64 and x86_64 can use the same docker file.

2. Upgrade Linux CUDA pipeline's base docker image from CentOS7 to UBI8
AB#18990
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants