You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ClearML launch - launch any codebase on remote machine running clearml-agent
Creating new task
Error: requirements.txt not found [/hello_repo/requirements.txt] Use --requirements or --packages
I have to install an unnecessary package (--packages "pip") to make this command work correctly.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: