Due to the high similarity of both the solver and generator it seems reasonable to create a shared directory at the generator and solver directory level. Due to the Dockerfile being inside the generator and solver directory, it does not allow for COPYing the shared directory into the newly built container (resulting in a "COPY failed: forbidden path outside the build context: ../shared ()").
I'm currently unsure what might be a good solution.
Due to the high similarity of both the solver and generator it seems reasonable to create a
shareddirectory at thegeneratorandsolverdirectory level. Due to the Dockerfile being inside thegeneratorandsolverdirectory, it does not allow forCOPYing theshareddirectory into the newly built container (resulting in a"COPY failed: forbidden path outside the build context: ../shared ()").I'm currently unsure what might be a good solution.