remicres / otbtf

Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)
Apache License 2.0
161 stars 39 forks source link

Docker File for v1.8 #18

Closed daspk04 closed 4 years ago

daspk04 commented 4 years ago

Hello, I would like to know if otbtf1.8 is available on Docker Hub.? Or should I use the same docker file as previous (otbtf1.7) to build the latest one for GPU.?

remicres commented 4 years ago

The docker image for 1.8 is not ready for now, but yes you can update the repo (/work/otb/otb/Modules/Remote/otbtf) and recompile from OTB build dir (/work/otb/build/OTB/build) it should be straightforward

daspk04 commented 4 years ago

Thank you. It did work.

I find that after each commit for docker image a new image is created even I tried to delete the old docker images (parent image) but it says error that the image has an independent child and cannot be deleted. Even I searched online for solution I couldn't find any solution and I found that it say each new docker image is like a layer which are shared from previous so parent image cannot be deleted. As each new docker image size is around 23 GB (for my case) so I'm a bit confused that if it just adds to the parent image or a new docker image is created every time which occupies 23 GB.