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

Build Updates for Ubuntu24.04 #282

Merged
merged 12 commits into from
Nov 4, 2024

Conversation

nv-anants
Copy link
Contributor

No description provided.

@@ -153,9 +154,11 @@ def dockerfile_for_linux(output_file):
&& . /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 \\
&& apt-get update -q=2 \\
&& apt-get install -y --no-install-recommends cmake=3.27.7* cmake-data=3.27.7* \\
&& apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
Copy link
Contributor

Choose a reason for hiding this comment

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

Version 3.28 has a bug with CUDA Toolkit, it was fixed in latest versions.
https://gitlab.kitware.com/cmake/cmake/-/issues/25484

@mc-nv mc-nv requested a review from yinggeh November 4, 2024 19:18
@mc-nv mc-nv merged commit a16388e into mchornyi/24.11/before-code-freeze Nov 4, 2024
2 of 3 checks passed
mc-nv added a commit that referenced this pull request Nov 12, 2024
* Build Updates for Ubuntu24.04 (#282)

* update cmake version

* update versions for u24

* add compile_no_warning_as_error flag

* remove libtbb copy

* remove werror

* add back libtbb

* remove pip flag

* add pip flag env var

* Revert "add back libtbb"

This reverts commit 26649c2.

* include patch version in cmake install

* Update python version

* Restore installation of the missed package

* Fix cudnn location

---------

Co-authored-by: Anant Sharma <[email protected]>
mc-nv added a commit that referenced this pull request Nov 23, 2024
* Build Updates for Ubuntu24.04 (#282)

* update cmake version

* update versions for u24

* add compile_no_warning_as_error flag

* remove libtbb copy

* remove werror

* add back libtbb

* remove pip flag

* add pip flag env var

* Revert "add back libtbb"

This reverts commit 26649c2.

* include patch version in cmake install

* Update python version

* Restore installation of the missed package

* Fix cudnn location

---------

Co-authored-by: Anant Sharma <[email protected]>
mc-nv added a commit that referenced this pull request Nov 26, 2024
* Enable support for Ubuntu 24.04 (#283)

* Build Updates for Ubuntu24.04 (#282)

* update cmake version

* update versions for u24

* add compile_no_warning_as_error flag

* remove libtbb copy

* remove werror

* add back libtbb

* remove pip flag

* add pip flag env var

* Revert "add back libtbb"

This reverts commit 26649c2.

* include patch version in cmake install

* Update python version

* Restore installation of the missed package

* Fix cudnn location

---------

Co-authored-by: Anant Sharma <[email protected]>

* fix: Fix L0_onnx_execution_provider (#284)

* Rollback to ORT 1.19.2

* Revert changes in ORT file

* fix dockerfile

* pre-commit fix

---------

Co-authored-by: Misha Chornyi <[email protected]>

---------

Co-authored-by: Anant Sharma <[email protected]>
Co-authored-by: Yingge He <[email protected]>
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.

2 participants