I want the script to be agnostic to whether it is run using clearml or not, with a particular queue or not
Hi @<1535069219354316800:profile|PerplexedRaccoon19> , why not just run it as python script.y
?
Yes, you can also manually specify packages using --packages
flag 🙂
For example--packages "tqdm>=2.1" "scikit-learn"