What is container size limit?

What is container size limit?  

  By: mositemp on Aug. 29, 2021, 8:35 p.m.

Hi,

I want to know what is the file size limit when uploading docker containers? I spend three hours or more uploading a container with size 10.1GB, when it finished uploading an error came up regarding file size being large. Is there a way to upload this container or compress it so can be useable by the grand-challenge paltform.

p.s. 1 - I'm using windows with WSL2 backend for dockerization. 2 - As a suggestion, I think it is better that grand-challenge checks the file size prior the upload in order to avoid time waste.

 Last edited by: mositemp on Aug. 15, 2023, 12:55 p.m., edited 1 time in total.

Re: What is container size limit?  

  By: mositemp on Aug. 29, 2021, 9:11 p.m.

UPDATE:

I compressed the container by installing gzip tool and calling the following commands in windows cmd:

docker save mitosisdetection | gzip -c > MitosisDetection.tar.gz
 Last edited by: mositemp on Aug. 15, 2023, 12:55 p.m., edited 1 time in total.

Re: What is container size limit?  

  By: jmsmkn on Aug. 30, 2021, 12:53 p.m.

The limit is 10GB, this is not something that we can check pre-upload yet. Glad you saw the note about gzip in the help text of the upload page.