tech-shrimp / docker_image_pusher

使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用
Apache License 2.0
1.58k stars 8.96k forks source link

报错:failed to register layer: write /opt/conda/lib/python3.10/site-packages/torch/lib/libcudnn_cnn_infer.so.8: no space left on device #39

Closed Aurora11111 closed 3 months ago

Aurora11111 commented 3 months ago

阿里云我的仓库是空的,拉取的镜像大小12G左右,一直报这个错

GodenX commented 3 months ago

我也遇到了相似的问题,拉取的这个镜像breakstring/gpt-sovits:latestwrite,报错/var/lib/docker/tmp/GetImageBlob3110843648: no space left on device

tech-shrimp commented 3 months ago

阿里云我的仓库是空的,拉取的镜像大小12G左右,一直报这个错

我改了下代码,现在应该好了 支持40GB大小镜像了

tech-shrimp commented 3 months ago

我也遇到了相似的问题,拉取的这个镜像breakstring/gpt-sovits:latestwrite,报错/var/lib/docker/tmp/GetImageBlob3110843648: no space left on device

现在应该没问题了