Reputation
Badges 1
6 × Eureka!I was trying to
- "Remove the default docker image (UI) or set it to None (SDK) to signal ClearML to run the agent without docker"But it didn't work for me. Upon starting, agent trying to run task with arg '--docker None' or '--docker none:latest',
Task itself defines docker image as 'None' if value is empty.
@<1523701070390366208:profile|CostlyOstrich36> I'm launching it via AWS Autoscaler. Is there any configuration to allow spawning tasks outside docker?
Oh, thank you! That's definitely the case.
I'll try to set some SDK parameters you mentioned in my other thread aswell :)
Thanks! Works great with template.
Maybe there's option to launch instance from template? That would help
@<1523701205467926528:profile|AgitatedDove14>
Hi!
I guess all the problems are resolved.
First one: Task parameters, for sure.
Second one: I've looked into our ML engineer's code, and they were using boto3 to download S3 data, not the ClearML API. I guess that's the problem, but I'll find out for sure only tomorrow.
Third one: I've copied the configuration in the UI, and for some reason, it worked :woman-shrugging:
Thank you for your involvement!