DistributedScience / Distributed-CellProfiler

Run encapsulated docker containers with CellProfiler in the Amazon Web Services infrastructure.
https://distributedscience.github.io/Distributed-CellProfiler/
Other
37 stars 24 forks source link

dm.basesize doesn't work on new AMIs #121

Closed bethac07 closed 1 year ago

bethac07 commented 3 years ago

Need overlay2?

ErinWeisbart commented 1 year ago

With older versions of docker you have to specify dm.basesize flag to allow docker to take up fully size. As part of run.py sets it to size of harddrive -2. Newer versions of docker don't like that flag?

(AMI in fleet file controls what version of docker is running. However, we have messed with changing AMIs and haven't encountered this recently so maybe this was a temporary bug? So closing this for now...)