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/...