You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: Dockerfile
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -412,9 +412,8 @@ RUN pip install flashtext && \
412
412
pip install vowpalwabbit && \
413
413
# papermill can replace nbconvert for executing notebooks
414
414
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.
0 commit comments