
Reputation
Badges 1
533 × Eureka!` 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 `
I don't know, I'm the one asking the question 😄
When I ran the clearml-task --name ... -project ... -script ....
it failed saying not requiremetns was found
when I specify --packages
I shoudl manually list them all not?
I couldn't do it with clearml task as it was looking for a requirements file and I'm workgin with poetry
the output above is what the agent has as it seems... obviously on my machine I have it installed
I never installed trains on this environment
I don't even know where trains is coming from... While using the same environment I can't even import trains, see
no this is from the task execution that failed
Nope, quite some time has passed since 🙂 I might be able to replicate it later... still battling with the pipeline to make it work
That is not very informative
AgitatedDove14
So I couldn't kill the service agent myself (permission denied, I'm not sudo). What I did is I docker-compose down
ed, commented out only the environment variable of GOOGLE_APPLICATION_CREDENTIALS
from the clearml services agent service and upped the docker-compose again. I enqueued the Cleanup Service and now it works. Really weird, looks like the setting of GOOGLE_APPLICATION_CREDENTIALS
causes an error when set even though I'm 100% is it not used for storag...
Let's take a step back. Let's remove the clearml-services from the docker compose for a second, and run it manually (then you can control everything). Once you have it running manually, let's try to replicate the setup back to the docker compose, make sense ?
I'd prefer not to docker-compose down
as researchers are actively working on it, what do you say that I will manually kill the services agent and launch one myself?
the path to the JSON file
to fix it, I excluded this var entirely from the docker-compose
Very nice thanks, I'm going to try the SA server + agents setup this week, let's see how it goes ✌
why not use my user and group?
what if i want it to use ssh creds?
I mean the code in whatever form it is - I'm working with git specifically, but if i have diffs I'd like to see the code with the diffs applied
eventually i think it should display the contents of the script executed in the most straightforward manner regardless of version control
As a part of a repo
So the scale will also appear?
That's a fix, but I think it is a basic feature and very usefull to see the actual code in the UI