otbtf
otbtf copied to clipboard
Remove the dirty hack
Hi, I see that there is a "dirty hack" in the Dockerfile. I see that your module uses C++17 and OTB doesn't fully support it. This PR set C++ 17 only for your module in CMakefile. So, it removed the dirty hack in the Dockerfile.
I have also added Python dependencies in the setup.py. I have split the PR in 3 distinct commits if you prefer cherry-pick it.