Skip to content

Commit

Permalink
Set bazel version for docker builder (#7732)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelite authored and vkarampudi committed Dec 12, 2024
1 parent c423075 commit 3ced3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfx/tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ WORKDIR ${TFX_DIR}
# Specify what version of dependent libraries will be used. See dependencies.py.
ARG TFX_DEPENDENCY_SELECTOR
ENV TFX_DEPENDENCY_SELECTOR=${TFX_DEPENDENCY_SELECTOR}
ENV USE_BAZEL_VERSION=6.5.0

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

Expand Down

0 comments on commit 3ced3d5

Please sign in to comment.