Skip to content

Commit

Permalink
Quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Dec 5, 2023
1 parent b4595bc commit 7cf7735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/...

0 comments on commit 7cf7735

Please sign in to comment.