Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix buiding containers doesn't complete #3

Merged

Conversation

hasebe
Copy link
Contributor

@hasebe hasebe commented Feb 24, 2021

Issues:

Building following containers doesn't complete as expected.

  • photoalbum
  • thumbnail
  • safeimage

Status:

When running gcloud builds submit commands, those stuck with following outputs.

・・・
Running setup.py bdist_wheel for grpcio: started
  Running setup.py bdist_wheel for grpcio: still running...
  Running setup.py bdist_wheel for grpcio: still running...
・・・

Root cause:

It hits the issue here.

Solution:

Run pip install --upgrade pip before installing grpcio in Dockerfile.

@enakai00 enakai00 merged commit e76a1d9 into GoogleCloudPlatform:master Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants