Der Docker-Build dauert zu lange, wenn Grpcio über PIP installiert wird

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Der Docker-Build dauert zu lange, wenn Grpcio über PIP installiert wird

by Guest » 07 Jan 2025, 13:17

Ich habe eine Docker-Datei, die einige Pakete über pip installiert.
Einige davon erfordern grpcio, und die Erstellung dieses Teils dauert nur wenige Minuten.
Hat jemand einen Tipp, um diesen Teil zu beschleunigen?

Code: Select all

Installing collected packages: python-dateutil, azure-common, azure-nspkg, azure-storage, jmespath, docutils, botocore, s3transfer, boto3, smmap2, gitdb2, GitPython, grpcio, protobuf, googleapis-common-protos, grpc-google-iam-v1, pytz, google-api-core, google-cloud-pubsub
Found existing installation: python-dateutil 2.7.3
Uninstalling python-dateutil-2.7.3:
Successfully uninstalled python-dateutil-2.7.3
Running setup.py install for grpcio: started
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Vielen Dank.

Top