We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86fb98 commit d7259caCopy full SHA for d7259ca
ci/kokoro/gcp_ubuntu/Dockerfile
@@ -29,7 +29,7 @@
29
FROM ubuntu:20.04
30
31
ARG BAZEL_VERSION=4.2.2
32
-ARG TENSORFLOW_VERSION=2.10.0
+ARG TENSORFLOW_VERSION=2.11.0
33
34
35
RUN apt-get update -y
ci/kokoro/run_bazel_unittests.sh
@@ -35,7 +35,7 @@ set -o pipefail # Treat the failure of a command in a pipeline as error.
pip install --requirement "requirements.txt"
36
# TODO(b/232345872): Not in list of requirements, but needed for EPR test.
37
# The EPR test relies on a feature (PowerLawEntropyModel) introduced in 2.10.0.
38
-pip install tensorflow-compression~=2.10.0
+pip install tensorflow-compression~=2.11.0
39
40
# Run the tests.
41
# Some tests requiring more RAM than the CI machine provides are disabled.
0 commit comments