clearml-task looking for requirements.txt file
See original GitHub issueAttempting to create a template from a task, I use the clearml-task
CLI tool when my intention is only to create a template and not actually run it so I can later execute it in a pipeline.
When executing the command clearml-task --script ....py --name "..." --project "..."
I get the following error
ClearML launch - launch any codebase on remote machine running clearml-agent
Creating new task
Error: requirements.txt not found [/home/elior/Dev/Projects/XXXXX/requirements.txt] Use --requirements or --packages
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
ClearML Task
clearml -task automatically finds the requirements.txt file in remote repositories. If a local script requires certain packages, or the remote repository ...
Read more >ClearML Remote execution does not use requirements.txt
I use the code below to do this. But worker will always create a new env, although I set it to use my...
Read more >clearml-agent - PyPI
Note: The ClearML Agent uses a cache folder to cache pip packages, apt packages and cloned ... See full details in your configuration...
Read more >clearml-session - Python Package Health Analysis | Snyk
Looks like clearml-session is missing a security policy. ... examples: --packages torch==1.7 tqdm --requirements REQUIREMENTS Specify requirements.txt file ...
Read more >Train Custom Data - YOLOv5 Documentation - Ultralytics
but ClearML also tracks uncommitted changes and installed packages for example. Thanks to that ClearML Tasks (which is what we call experiments) are...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
RC should be out tomorrow (I think), and a few days later full release (v1.1)
Verified, works 😄