Request to print installed packages at the beginning of the logs

Hi! It would help a lot with the debugging of submission script to see what the exact version of python packages we get in the container. I’m personally facing an issue with loading PyTorch jit model. I expect this is due to different pytorch version, as locally it runs just fine. Yet to prove it, I need to see the effective environment where the code gets executed. Is it possible to add this information (conda list / pip freeze ) and the start of the logs?

@bloodaxe Good idea - stand by for an update.

EDIT: This is live and will happen at the beginning of each run.