The initial Dockerfile (Dockerfile) attempts to run a Python application that depends on modules located in a subdirectory. Because PYTHONPATH is not set, the application fails to find and import ...
In components/clp-package-utils/clp_package_utils/general.py, the generate_container_start_cmd function defines the PYTHONPATH environment variable twice: This ...