We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f29a0 commit da29117Copy full SHA for da29117
tfx/tools/docker/Dockerfile
@@ -26,6 +26,7 @@ WORKDIR ${TFX_DIR}
26
# Specify what version of dependent libraries will be used. See dependencies.py.
27
ARG TFX_DEPENDENCY_SELECTOR
28
ENV TFX_DEPENDENCY_SELECTOR=${TFX_DEPENDENCY_SELECTOR}
29
+ENV USE_BAZEL_VERSION=6.5.0
30
31
RUN python -m pip install --upgrade pip wheel setuptools tomli
32
0 commit comments