Maximal repository weight for Docker-commit

Hello, may you say what is the repo volume limit for docker commit?
I’ve tried to push 70mbs repo with my model files, but it failed.
I suppose limit is 50 mbs?
If so - could we obtain model files using wget or something?

Hi,

You will have to use git-lfs (https://dzone.com/articles/git-lfs-why-and-how-to-use ) for larger files. We recommend using git-lfs-migrate (https://manpages.debian.org/unstable/git-lfs/git-lfs-migrate.1.en.html ) to migrate the larger files into git-lfs.

1 Like