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

Support v2.13.0, v2.12.1, v2.12.0, v2.11.1 on amd64 #6

Merged
merged 38 commits into from
Aug 18, 2023

Conversation

lreiher
Copy link
Member

@lreiher lreiher commented Aug 8, 2023

  • explicitly add Dockerfiles to build devel images for 2.13.0, since they are not part of the TF repository anymore
  • devel image Dockerfiles are based on 2.12.1 with some fixes to actually build
  • patch in main Dockerfile ensures that libtensorflow_cc 2.13.0 actually builds
  • extra devel Dockerfile allows to build 2.13.0 against CUDA 12.1 instead of 11.8
  • final images have to be upgraded to GCC 11 in order to build sample application
  • modify setups for 2.12.0, 2.12.1 in a similar way
  • 2.11.1 is also supported now, for both amd64 and arm64
  • arm64 images are not yet supported/tested; builds have been failed so far, issues will be created

Closes #5. Related to #7.

@lreiher lreiher requested a review from jpbusch August 8, 2023 21:08
@lreiher lreiher mentioned this pull request Aug 8, 2023
@lreiher lreiher changed the title Support v2.13.0 Support v2.13.0, v2.12.1, v2.12.0, v2.11.1 on amd64 Aug 14, 2023
Makefile Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docker/Dockerfile Outdated Show resolved Hide resolved
@jpbusch jpbusch merged commit 09ccb01 into main Aug 18, 2023
1 check passed
@jpbusch jpbusch deleted the versions-beyond-2p11 branch August 18, 2023 09:48
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.

trial to support v2.13.0
2 participants