Hello HTCondorians! Iâm quite certain that HTCondor was able to make a running container (it took forever the first time, presumably because pulling from docker hub, and subsequent runs are faster but now hanging up). Hereâs my simple submit file: universe=docker docker_image=mnfienen/centos6_py35 notification=never executable=./foo.sh should_transfer_files=YES output=out_$(Process).out error=err_$(Process).err log = log_$(Process).log transfer_input_files = foo.py, foo.py queue And hereâs what I get in the log before it goes to held status: 007 (234.000.000) 08/02 07:00:07 Shadow exception! Error from slot1_1@xxxxxxx.xxx.gov: Error running docker job: cmdnotfound 0 - Run Bytes Sent By Job 320 - Run Bytes Received By Job ... 012 (234.000.000) 08/02 07:00:07 Job was held. Error from slot1_1@xxxxxxx.xxx.gov: Error running docker job: cmdnotfound Code 6 Subcode 0 Iâve tried a couple things for the executable argument (foo.sh is simply running foo.py which works in the container locally). I tried "executable=foo.shâ, âexecutable=./foo.shâ, and before that also tried âexecutable=python foo.pyâ Iâm clearly doing something wrong. Thanks for any help! Cheers, MIke Fienen USGS Wisconsin Water Science Center |