-
Notifications
You must be signed in to change notification settings - Fork 86
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
exec make
have a rpc receive error
#98
Comments
I'm not sure but moby/buildkit#1754 might be the fix for this. Could you tell me the version of Docker and try with newer one? |
my docker version is |
If the problem still occur, perhaps replacing the following line with Line 11 in e05579a
|
I replaced it, and exec
|
Which part did it took so long? |
I'm not sure if it is the problem with this sentence, I found that grpc request will be initiated in Dockerfile, maybe it's my network problem. |
All files are downloaded without problems. when i cancel the task, It reminds me:
It seems that the problem still lies in the I tried to compile on another ubuntu and found that it succeeded without modifying the Dockerfile. |
I still haven't found the cause of the problem, but I have now migrated my work to another server. |
Glad to hear that you're not suffered from this strange issue. I'll close this issue but feel free to reopen when you got this again :) |
It looks like I have encountered the limitation of grpc transfer file size, But I can't find where I can set this value.
The text was updated successfully, but these errors were encountered: