File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,8 @@ RUN pip install annoy \
403403 google-cloud-bigquery \
404404 google-cloud-storage && \
405405 # Split these installations to avoid `pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000`
406- pip install google-cloud-translate==3.* \
406+ # TODO(b/315753846) Unpin translate package.
407+ pip install google-cloud-translate==3.12.1 \
407408 google-cloud-language==2.* \
408409 google-cloud-videointelligence==2.* \
409410 google-cloud-vision==2.* \
Original file line number Diff line number Diff line change 33import numpy as np
44import os
55
6- os .environ ["KERAS_BACKEND" ] = "jax "
6+ os .environ ["KERAS_BACKEND" ] = "tensorflow "
77
88# Note that keras_core should only be imported after the backend
99# has been configured. The backend cannot be changed once the
You can’t perform that action at this time.
0 commit comments