Skip to content

Commit d7259ca

Browse files
Bump up tensorflow version to 2.11.0 for continuous build tests.
PiperOrigin-RevId: 496301384
1 parent f86fb98 commit d7259ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/kokoro/gcp_ubuntu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
FROM ubuntu:20.04
3030

3131
ARG BAZEL_VERSION=4.2.2
32-
ARG TENSORFLOW_VERSION=2.10.0
32+
ARG TENSORFLOW_VERSION=2.11.0
3333

3434

3535
RUN apt-get update -y

ci/kokoro/run_bazel_unittests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set -o pipefail # Treat the failure of a command in a pipeline as error.
3535
pip install --requirement "requirements.txt"
3636
# TODO(b/232345872): Not in list of requirements, but needed for EPR test.
3737
# The EPR test relies on a feature (PowerLawEntropyModel) introduced in 2.10.0.
38-
pip install tensorflow-compression~=2.10.0
38+
pip install tensorflow-compression~=2.11.0
3939

4040
# Run the tests.
4141
# Some tests requiring more RAM than the CI machine provides are disabled.

0 commit comments

Comments
 (0)