-
Notifications
You must be signed in to change notification settings - Fork 341
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
Unexpected stop of container build [CML, AWS, github] #676
Comments
Full logs archive. |
@sergeychuvakin thanks for reporting. Im checking. |
From logs:
|
With self hosted runners this is happening too. Log says: 2021-07-28 07:15:35Z: Job run completed with result: Failed
An error occurred: Access denied. System:ServiceIdentity;DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD needs View permissions to perform the action.
Seems to be this However why is failing downloading the image is not clear |
Ok, GH runner seems to be restarting due to updates. This is a new behaviour
|
Ok, thank you for investigation! Appreciate your efforts, looking forward to updates |
doesn't seem fixed (yet) |
fixed! Seems that the error that appeared later on was a hicup. I have tried multiple times successfully |
Thanks! I was able to run it as well. |
My scenario:
I'm trying to create appropriate pipeline for my ML project. I'm using the following CML yaml file:
As you can notice I used the following image docker://dvcorg/cml:0-dvc1-base1-gpu, but I started receive the following error message:
I can see that container started to build but unexpectedly stopped, and I do not see the reason of this behavior. Actually i did not change anything in my script, and it just stopped work, but earlier I run it successfully.
Thanks!
The text was updated successfully, but these errors were encountered: