Make run doesn't work in docker repo

In commonroad-docker-submission the make run command doesn’t work, due to simulation module not found, because commonroad-interactive-scenarios is git cloned in the submission image, not the base image. However in the makefile, the run command accesses the base image. I have to add another -v mount to include my install location. Also PWD doesn’t exist as an environment variable on my system, so I need to append it to my make command make run PWD=`pwd` .

May I also suggest a run-build command to run the built image?

Hi tk,
I just noticed that the new changes were not merged to the main branch. You can now try with the latest main branch and see if it works for you. I could build, run and submit the image smoothly. Let me know if you still have the same issues.