Skip to content

Commit 4e3c116

Browse files
authored
Pin tensorflow-cloud to 1.1.13 (#1022)
Starting in 1.1.14, `tensorflow-cloud` requires `tensorflow-transform` which requires `apache-beam[gcp]`. `apache-beam` downgrades the `google.cloud` libraries to 1.x. However, we are using 2.x http://b/188429515
1 parent 5be3502 commit 4e3c116

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +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 && \
417-
pip install tensorflow-cloud && \
415+
# b/188429515#comment7 tensorflow-cloud >= 0.1.14 installs tensorflow-transform which install apache-beam which downgrades the google.cloud library to 1.x.
416+
pip install tensorflow-cloud==0.1.13 && \
418417
pip install tensorflow-datasets && \
419418
pip install pydub && \
420419
pip install pydegensac && \

0 commit comments

Comments
 (0)