SimpleITK installation in linux docker container

Hi All,

I am glad to announce that I could finally build simpleitk as an docker image using Dockerfile provided by ITK group forum and I thank all of you.
The problem with my hardware caused SuperBuild to fail inside the docker image. I did add 8GB RAM to my Laptop which is a 64-bit windows 10 and that did the trick. However I did ninja -j 2 core cpu which was slower that ninja only which uses all the cores but I did build an image and I started a VM container from the image in interact mode and looked in the libraries and I did find simpleitk static libraries under build/lib folder in the linux VM, therefore I am confident this time I managed to build this image.

system specification:
laptop: acer aspire e1-571
os: windows 10 latest version
RAM Size = 12GB ( I may upgrade this to 16GB) which is my plan
time to build the image: 6-8 hours
CPU: i5 intel, 2.6GHZ ( I USED ONLY 2 CORE FOR NINJA BUILD)
Docker desktop and service: latest version
size of docker image: 7GB
I excluded examples and testing and built release

regard
sag

1 Like