bids-apps/oppni

Layers are getting big

Closed this issue · 7 comments

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.

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

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.

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
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAOkp2axnqoD_m0IWVUJxgCckVd8hAvKks5qdgyqgaJpZM4JczYO
.

Sure.

Is this still a concern, Chris?

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
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAOkp-d6OsaZq9Kk1BMsGB9a5VhlQk4-ks5qz9a1gaJpZM4JczYO
.

Thanks.