-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
-
Critical
Description of problem:
tensorflow just released 2.21.0 39 minutes ago
Version numbers (base image, wheels, builder, etc):
Tensorflow 2.21.0
Steps to Reproduce:
1. Run MR in builder, constraints too loose to avoid pulling in latest version, build breaks, see here: https://gitlab.com/redhat/rhel-ai/wheels/builder/-/pipelines/2369357539
Actual results:
20:11:36 ERROR tensorflow-cpu-2.21.0: command failed with exit code 1: bazel fetch --verbose_failures //tensorflow/tools/pip_package:wheeltensorflow-cpu-2.21.0: ERROR: The project you're trying to build requires Bazel 7.7.0 (specified in /mnt/work-dir/tensorflow_cpu-2.21.0/tensorflow_cpu-2.21.0/.bazelversion), but it wasn't found in /usr/bin.tensorflow-cpu-2.21.0: tensorflow-cpu-2.21.0: Bazel binaries for all official releases can be downloaded from here:tensorflow-cpu-2.21.0: https://github.com/bazelbuild/bazel/releasestensorflow-cpu-2.21.0: tensorflow-cpu-2.21.0: You can download the required version directly using this command:tensorflow-cpu-2.21.0: (cd "/usr/bin" && curl -fLO https://releases.bazel.build/7.7.0/release/bazel-7.7.0-linux-x86_64 && chmod +x bazel-7.7.0-linux-x86_64) 48%|██████████████████▏ | 108/225 [01:09<04:08, 2.13s/pkg]20:11:36 ERROR tensorflow-cpu-2.21.0: Failed to build tensorflow-cpu==2.21.0: Command '['bazel', 'fetch', '--verbose_failures', '//tensorflow/tools/pip_package:wheel']' returned non-zero exit status 1. 48%|██████████████████▏ | 108/225 [01:09<01:15, 1.56pkg/s]
Expected results:
Build succeeds
Additional info: