We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4595bc commit a7d9e0dCopy full SHA for a7d9e0d
tools/docker/build.Dockerfile
@@ -17,5 +17,5 @@ RUN python$PYTHON_VERSION tools/build/configure.py
17
18
RUN cat .bazelrc
19
20
-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 --noshow_progress --verbose_failures ${BAZEL_OPTIMIZATION} -- //tensorflow_io/... //tensorflow_io_gcs_filesystem/...
21
0 commit comments