Open konstantinator opened 6 months ago
Hi @konstantinator! Would --packages ""
work for you?
Hi @eugen-ajechiloae-clearml! Yes, this works for me, thank you. However, it seems that it would be better if it worked without having to specify the --packages
key at all.
Hello everyone!
Could someone tell me how to run a clearml-task without using --requirements or --packages? I've set up the necessary environment in a Docker image and don't need to install any additional packages, but running the command without packages results in an error.
Code to start the agent with Docker:
clearml-agent daemon --queue hello_queue --docker my_hello_image
Code to start the task:
Output
I have to install an unnecessary package (--packages "pip") to make this command work correctly.