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

Add tf_keras to container #2534

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ gast == 0.4.0
# For release jobs, we will pin these on the release branch
# Note that the CACHEBUSTER variable, set in the CI builds, will force these to
# be the latest version.
keras-nightly ~= 2.14.0.dev
tb-nightly ~= 2.13.0.a
keras-nightly >= 3.2.0.dev
tb-nightly ~= 2.17.0.a
tf-keras-nightly ~= 2.17.0.dev
# Test dependencies
grpcio ~= 1.59.0 # Earliest version for Python 3.12
portpicker ~= 1.6.0
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ python3 -m pip install -U setuptools

if [[ $3 ]]; then
echo "Runtime mode"
python3 -m pip install --no-cache-dir --no-deps tf-keras-nightly~=2.17.0.dev
else
echo "Install Requirements"
# Disable the cache dir to save image space, and install packages
Expand Down
Loading