Skip to content

Commit ce2a524

Browse files
authored
Pin tensorflow-transform (#1020)
`tensorflow-transform` 1.x released on May 24th is causing an unwanted upgrade to TensorFlow 2.5. http://b/188429515
1 parent 97ab4b8 commit ce2a524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ RUN pip install flashtext && \
412412
pip install vowpalwabbit && \
413413
# papermill can replace nbconvert for executing notebooks
414414
pip install cloud-tpu-client && \
415+
# b/188429515#comment7 tensorflow-transform 1.x is causing an upgrade to TensorFlow 2.5.
416+
pip install tensorflow-transform==0.30.0 && \
415417
pip install tensorflow-cloud && \
416418
pip install tensorflow-datasets && \
417419
pip install pydub && \

0 commit comments

Comments
 (0)