bids-apps / oppni

runs fast optimization of preprocessing pipelines for BOLD fMRI
Apache License 2.0
5 stars 3 forks source link

Layers are getting big #2

Closed chrisgorgo closed 8 years ago

chrisgorgo commented 8 years ago

Docker hub runs out of space whe nbuilding this container: https://hub.docker.com/r/bids/oppni/builds/bgtw9ydrvjue7b7p8gxskjf/

One way to improve this is by not storing the linux_openmp_64.tgz and MCR_R2012b_glnxa64_installer.zip files. Output of wget can be directly streamed to tar and unzip.

raamana commented 8 years ago

Thanks Chris for the pointers, I will optimize our docker file.

raamana commented 8 years ago

As the build is successful now and will be cached from now, can I ignore this optimization for now? We may experiment with different versions of MCR in the future, whence I can try to optimize in terms of disk space.

chrisgorgo commented 8 years ago

Might be worth keeping this open as a low priority problem and revisit it in the future (when we retire and have too much free time on our hands ;)

On Sun, Aug 7, 2016 at 9:49 AM, Pradeep Reddy Raamana < notifications@github.com> wrote:

As the build is successful now and will be cached from now, can I ignore this optimization for now? We may experiment with different versions of MCR in the future, whence I can try to optimize in terms of disk space.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BIDS-Apps/oppni/issues/2#issuecomment-238093371, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOkp2axnqoD_m0IWVUJxgCckVd8hAvKks5qdgyqgaJpZM4JczYO .

raamana commented 8 years ago

Sure.

raamana commented 8 years ago

Is this still a concern, Chris?

chrisgorgo commented 8 years ago

nope

On Fri, Oct 14, 2016 at 12:23 PM, Pradeep Reddy Raamana < notifications@github.com> wrote:

Is this still a concern, Chris?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BIDS-Apps/oppni/issues/2#issuecomment-253897500, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOkp-d6OsaZq9Kk1BMsGB9a5VhlQk4-ks5qz9a1gaJpZM4JczYO .

raamana commented 8 years ago

Thanks.