Hey, I was able to submit my build for evaluation, however my model weights are pretty large(4.4GBs) and it seems the build server is out of space? Here is the error I’m getting…
Step 27/33 : COPY src/ ${HOME}
failed to copy files: failed to copy directory: Error processing tar file(exit status 1): write /checkpoints/$store$_observation_ckpt.100.gz: no space left on device
Is there a max repo size or a recommend way to add large files to our docker image?
So my repo size is 4.4GB under the 10GB limit stated there, my code is in gitlab so the problem is not there.
The problem seems to be in the build process in the repo2docker phase. The script works fine on my local box, but there seems to be some file size issue on their build server. Would like some guidance on if there is away to remedy that issue.
The issue has been fixed, and you can retry the submissions now.
We were having docker image size limitation (at intermediate stages of docker build as well) of 10G which is now increased to 20G.
Today, I push 2 commit into gitlab and both failed at the steps during image_building:
Step 27/33 : COPY src/ ${HOME}
failed to create rwlayer: devmapper: Thin Pool has 127713 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior
I’ve checked my repo and it’s about 270 MB in size.
Hi mohanty,
seems the server’s docker volume is full again.
Step 27/33 : COPY src/ ${HOME}
failed to create rwlayer: devmapper: Thin Pool has 126635 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior
@banjtheman: I managed to get your submission running on the server just by increasing the available resources. Your submission should hopefully work now. Best of luck.
Also please refer to : [Admin] Good News for Dopamine Lovers!
For some inputs on saving checkpoints in the repository to ensure that the images are not too bloated !
@mohanty
seems the server’s docker volume is full again.
Step 27/33 : COPY src/ ${HOME}
failed to create rwlayer: devmapper: Thin Pool has 161056 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior