Hi,
I am trying to dockerize epos, just for training purposes and not of inference. During the compliation of bop renderer seems that something goes wrong and under the build folder a bop_rendererNone file is created.

After the compilation of bop_renderer the train.py cannot find the bop_renderer

The docker image is based on ubuntu:20.04 and the epos env in conda is using python 3.6.10. In addition for the compliation of bop renderer I am using gcc 9.0.4 and cmake 3.16.3. Should I change the versions of the tools or there any steps that would fix this problem?