-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
I need additional storage space, the current storage space is a bit small. #10237
Comments
Hi @siaimes-- Thank you for bringing this issue to us. We are looking into this issue and will update you shortly on this after investigating. |
Hi @siaimes - Here is the resolution approach for "no space left on device" Error:- The "no space left on device" error indicates that the runner's disk is full. Below are the detailed steps to resolve this issue:
b. Remove Unused Docker Images:
` a. Self-Hosted Runners b. GitHub-Hosted Runners
`
Hopefully by following these steps, you should be able to successfully build and publish your Docker image without encountering disk space issues. |
@Prabhatkumar59 Thank you for your advice, the problem has been solved.
|
Description
https://github.com/siaimes/pytorch/actions
I installed some additional components based on the official pytorch image for my own use. There was no problem with pytorch 2.0 and before. Recently, I wanted to upgrade to 2.3.1 and found that the action failed to run. The error message was "no space left on device" when pulling the image.
Platforms affected
Runner images affected
Image version and build link
https://github.com/siaimes/pytorch/actions
Is it regression?
No
Expected behavior
Create and publish a Docker image #70: Commit fca23d7 pushed by siaimes
Actual behavior
buildx failed with: ERROR: failed to solve: failed to register layer: write /opt/conda/lib/libnppial.so.11.8.0.86: no space left on device
Repro steps
https://github.com/siaimes/pytorch
The text was updated successfully, but these errors were encountered: