Skip to content

Commit

Permalink
Bump up tensorflow version to 2.11.0 for continuous build tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 496301384
  • Loading branch information
tensorflower-gardener committed Dec 19, 2022
1 parent f86fb98 commit d7259ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/kokoro/gcp_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
FROM ubuntu:20.04

ARG BAZEL_VERSION=4.2.2
ARG TENSORFLOW_VERSION=2.10.0
ARG TENSORFLOW_VERSION=2.11.0


RUN apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion ci/kokoro/run_bazel_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -o pipefail # Treat the failure of a command in a pipeline as error.
pip install --requirement "requirements.txt"
# TODO(b/232345872): Not in list of requirements, but needed for EPR test.
# The EPR test relies on a feature (PowerLawEntropyModel) introduced in 2.10.0.
pip install tensorflow-compression~=2.10.0
pip install tensorflow-compression~=2.11.0

# Run the tests.
# Some tests requiring more RAM than the CI machine provides are disabled.
Expand Down

0 comments on commit d7259ca

Please sign in to comment.