Skip to content

Commit 7fec3b1

Browse files
committed
google-cloud-pubsub<3,>=2.1.0; extra == gcp (from apache-beam[gcp])
1 parent 9265aa3 commit 7fec3b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python-tensorflow/Dockerfile.2.10-py38-cuda11.3

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ RUN python3 -m pip install --no-cache-dir \
2222
tfx-bsl==1.10.1 \
2323
tf-agents==0.14.0
2424

25+
RUN python3 -m pip uninstall -y google-api-core
2526
RUN python3 -m pip install --no-cache-dir \
2627
--use-feature=2020-resolver \
2728
google_cloud_spanner==1.19.0 \
2829
googleapis-common-protos==1.56.4 \
2930
google_cloud_videointelligence==1.15.0 \
3031
google_cloud_vision==0.42.0 \
31-
google_cloud_pubsub==1.6.0 \
32+
google_cloud_pubsub==2.13.10 \
3233
google_cloud_dlp==3.9.2 \
3334
google_cloud_datastore==1.15.2 \
3435
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
3638

3739
RUN python3 -m pip install --no-cache-dir \
3840
mesh-tensorflow==0.1.18 \

0 commit comments

Comments
 (0)