Skip to content

Commit da29117

Browse files
authored
Set bazel version for docker builder (#7732)
1 parent a4f29a0 commit da29117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tfx/tools/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WORKDIR ${TFX_DIR}
2626
# Specify what version of dependent libraries will be used. See dependencies.py.
2727
ARG TFX_DEPENDENCY_SELECTOR
2828
ENV TFX_DEPENDENCY_SELECTOR=${TFX_DEPENDENCY_SELECTOR}
29+
ENV USE_BAZEL_VERSION=6.5.0
2930

3031
RUN python -m pip install --upgrade pip wheel setuptools tomli
3132

0 commit comments

Comments
 (0)