disdat icon indicating copy to clipboard operation
disdat copied to clipboard

dockerize creates container even if pip install fails

Open kyocum opened this issue 5 years ago • 0 comments

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.

kyocum avatar May 29 '19 21:05 kyocum