nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
70 stars 17 forks source link

Allow user to set the volume size for large docker images #218

Closed richford closed 3 years ago

richford commented 3 years ago

This PR adds a new ck.Knot() parameter, volume_size to allow the user to specify a size for the attached EBS storage, which is useful when the size of the Docker image is large.

richford commented 3 years ago

Rebased after #220. Ready for review.

arokem commented 3 years ago

Fantastic!