disdat
disdat copied to clipboard
dockerize creates container even if pip install fails
Issue: Sometimes pip will fail to install a dependency when installing user's source distribution. However the dockerize command continues on and produces a container. When trying to run the pipeline, the execution will complain that the user module or package cannot be found. Possible solution: Check that failed docker file command propagates up to dockerize output.