dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Add segmentation boot disk based on image size #326

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

The segmentation job uses local storage to download the input image and for intermediate storage. The default (30GB) isn't enough for larger images. This increases the boot disk size based on the input size.

Unfortunately, although we see the added space in the job json, it doesn't seem to be reflected in the GCE instance.

Paired with @WeihaoGe1009