After building the image, I checked the OpenMC version inside the Docker container using openmc -v, and it shows:
DAGMC support: yes
However, when I connect the Docker interpreter to Python and try to import dagmc, I get an error saying the dagmc module is not found. Additionally, when I check the installed modules, dagmc is not listed.
I’m not familiar enough with cad_to_dagmc to know what might cause this. Perhaps @Shimwell would have some insights. In general, it looks like the necessary dependencies were not installed properly.