New feature: Add AlmaLinux8 Dockerfile with updated ML toolchain (TensorFlow 2.17 / CUDA 12.3)#9
Open
xaviliz wants to merge 4 commits intoMTG:masterfrom
Open
New feature: Add AlmaLinux8 Dockerfile with updated ML toolchain (TensorFlow 2.17 / CUDA 12.3)#9xaviliz wants to merge 4 commits intoMTG:masterfrom
xaviliz wants to merge 4 commits intoMTG:masterfrom
Conversation
New dependencies: - tensorflow-2.17.0 - cuda-12.3 - cudnn-9 - bazel-6.5.0 - cmake-3.16.9 - gcc-11 - qt-5
- Download an Essentia version with updated tensorflow version and variables to build TF2.17.0 - Erase gaia from the building command to avoid errors building Qt4. Gaia should upgrade to Qt5 to build with cmake3
- Install Qt5 package - Qt4 is not available in Alma Linux8 - Define Bazel version to 6.5.0 in the .bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New feature: Add AlmaLinux8 Dockerfile with updated ML toolchain (TensorFlow 2.17 / CUDA 12.3)
Upgrade
New Dockerfile based on manylinux_2_28 AlmaLinux8 to update the Essentia building procedure and to accomplish
onnxruntimeprerequisites.Details
tensorflow-2.17.0it need to modifyTENSORFLOW_VERSIONand some TF flags inbuild_config.shPrerequisites
docker>= 29.0.0Testing
--with-vamp(ffmpeg should be build as dynamic library - need to add additional flags)TensorflowPredictunit tests have been successfully passedHow to test
How to run and validate