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 \
403
403
google-cloud-bigquery \
404
404
google-cloud-storage && \
405
405
# 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 \
407
408
google-cloud-language==2.* \
408
409
google-cloud-videointelligence==2.* \
409
410
google-cloud-vision==2.* \
Original file line number Diff line number Diff line change 3
3
import numpy as np
4
4
import os
5
5
6
- os .environ ["KERAS_BACKEND" ] = "jax "
6
+ os .environ ["KERAS_BACKEND" ] = "tensorflow "
7
7
8
8
# Note that keras_core should only be imported after the backend
9
9
# has been configured. The backend cannot be changed once the
You can’t perform that action at this time.
0 commit comments