-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: mchornyi/24.11/before-code-freeze
Are you sure you want to change the base?
Build Updates for Ubuntu24.04 #282
Conversation
This reverts commit 26649c2.
@@ -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.* \\ |
There was a problem hiding this comment.
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
@@ -371,8 +374,7 @@ def dockerfile_for_linux(output_file): | |||
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_ir_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \ | |||
/opt/onnxruntime/lib && \ | |||
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_onnx_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \ | |||
/opt/onnxruntime/lib && \ | |||
cp /usr/lib/x86_64-linux-gnu/libtbb.so.* /opt/onnxruntime/lib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pvijayakrish isn't it something that you recently bring to the ORT?
No description provided.