We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ab4b8 commit ce2a524Copy full SHA for ce2a524
Dockerfile
@@ -412,6 +412,8 @@ RUN pip install flashtext && \
412
pip install vowpalwabbit && \
413
# papermill can replace nbconvert for executing notebooks
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 && \
418
pip install tensorflow-datasets && \
419
pip install pydub && \
0 commit comments