Reputation
Badges 1
212 × Eureka!I think the quotes don't effect the yaml
As they are singular not plural
"title": "Unusual outbound communication seen from EC2 instance i-<> on server port 80.",
I guess I'm confused on venv mode vs docker mode. It seems like I'm passing in my own docker image which is then used at run time?
Yep got it, I was under the impression I could set those values in the UI but I now see they are parsed from my local workstation
Gotcha, and the agent default runtime mode is docker correct? So I could install all my system dependencies in my own docker image?
Also what is the purpose of the aws block in the clearml.conf? Where are those values used?
How does a task specify which docker image it needs?
Okay, so basically the DL framework manages the master/worker relationship. I just need to use pod replicas for my k8 agents.
ahhh its possible my clearml.conf was using the public urls when I made it. Let me try this
Would using 22.04 Ubuntu still work in the task execution?
Yes I will try that
I wouldn't be able to pass in ~/.clearml/cache/storage_manager/datasets/ds_{ds_id}/my_file.json as an argument?
It takes about 30 seconds here for that step
I basically moved the Task.init() call below the imports
yes makes sense. So I wouldnt be able to setup the PYTHONPATH via the setup script?
and removed the duplicate Task.init()
Thanks for looking into this!
How would I do os.fork? I'm not familiar with that