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 higher Python versions than 3.11.0 rc1 in Tensorflow Runtime Images #210

Open
gcuder opened this issue Dec 10, 2024 · 1 comment
Labels
sig build dockerfiles Relating to the TF SIG Build Dockerfiles

Comments

@gcuder
Copy link

gcuder commented Dec 10, 2024

Description

The current TensorFlow runtime images only support Python versions up to 3.11.0 release candidate 1 (rc1). This limitation can hinder users who rely on newer Python versions for compatibility, security, or feature improvements.

Expected Behavior

TensorFlow runtime images should support stable Python versions higher than 3.11.0 rc1, ensuring compatibility with the latest Python releases.

Proposed Solution

Include the deadsnakes PPA repository in Dockerfiles for TensorFlow runtime images to provide access to newer Python versions on older Ubuntu releases.

@gcuder
Copy link
Author

gcuder commented Dec 10, 2024

I created this related issue in the Tensorflow Repository
tensorflow/tensorflow#82529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig build dockerfiles Relating to the TF SIG Build Dockerfiles
Projects
None yet
Development

No branches or pull requests

1 participant