File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,19 @@ RUN python3 -m pip install --no-cache-dir \
22
22
tfx-bsl==1.10.1 \
23
23
tf-agents==0.14.0
24
24
25
+ RUN python3 -m pip uninstall -y google-api-core
25
26
RUN python3 -m pip install --no-cache-dir \
26
27
--use-feature=2020-resolver \
27
28
google_cloud_spanner==1.19.0 \
28
29
googleapis-common-protos==1.56.4 \
29
30
google_cloud_videointelligence==1.15.0 \
30
31
google_cloud_vision==0.42.0 \
31
- google_cloud_pubsub==1.6.0 \
32
+ google_cloud_pubsub==2.13.10 \
32
33
google_cloud_dlp==3.9.2 \
33
34
google_cloud_datastore==1.15.2 \
34
35
google_cloud_bigtable==1.6.0 \
35
- google_api_core==2.10.2
36
+ google-api-core[grpc,grpcgcp]==1.33.2 \
37
+ google_api_core==1.33.2
36
38
37
39
RUN python3 -m pip install --no-cache-dir \
38
40
mesh-tensorflow==0.1.18 \
You can’t perform that action at this time.
0 commit comments