I have a Docker container that when run, starts a single Python script. On my local machine, the Python script executes without issue. However, the script is unable to find the relevant library files (no external libraries, part of my own repo) that I've confirmed do exist within the container.
Directory Structure Inside Container:
The repository does contain multiple Dockerfiles in different directories for easier deployment, but removing them did not change this behavior.