From 7cf77356d7451cdafb953a8238255fe9a6e51934 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 5 Dec 2023 15:03:57 +0000 Subject: [PATCH] Quiet --- tools/docker/build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/build.Dockerfile b/tools/docker/build.Dockerfile index ca3e46040..aa8dad07b 100644 --- a/tools/docker/build.Dockerfile +++ b/tools/docker/build.Dockerfile @@ -17,5 +17,5 @@ RUN python$PYTHON_VERSION tools/build/configure.py RUN cat .bazelrc -RUN TF_PYTHON_VERSION=${PYTHON_VERSION} bazel build -s --verbose_failures ${BAZEL_OPTIMIZATION} -- //tensorflow_io/... //tensorflow_io_gcs_filesystem/... +RUN TF_PYTHON_VERSION=${PYTHON_VERSION} bazel build --verbose_failures ${BAZEL_OPTIMIZATION} -- //tensorflow_io/... //tensorflow_io_gcs_filesystem/...