Hi, Actually now a saw in the logs: ERROR: poetry 1.2.0 has requirement jsonschema<5.0.0,>=4.10.0, but you'll have jsonschema 3.2.0 which is incompatible.Poe...
2 years ago
I have a problem with clearml-agent, the agent is cloning repository, but when executing this command: shutil.copytree(Text(cached_repo_path), Text(clone_fol...
2 years ago
autoscaler from saas (pro version). I attempted to use the autoscaler “application” from clearml UI. here is what I get in the logs of the autoscaler screen ...
2 years ago
autoscaler 101 questions: What is the best practice for managing credentials so that they don’t get saved in clearml webapp? When the https://clear.ml/docs/l...
2 years ago
Why am I getting a 403 from file server when the k8 glue agent is initializing ?
2 years ago
what’s a good ami to use for the clearml autoscaler on AWS? the defaults offered confidently by the various auto scaler installers don’t seem to exist…| e.g....
2 years ago
another question, can I start a clearml-agent inside a docker container (part of a pod on a k8s-cluster), and this agent would then pull tasks from a queue, ...
2 years ago
Is there a way to tell the agent to run in docker in a way that just “trusts” the installation completely? for example, I have a local environment with pytho...
2 years ago
Hi, Can we specify the limit and request resource differently for the workers spawned by the clearml agent? So some tasks may require a lot of RAM, but other...
2 years ago
Hi everybody ! When running an agent in docker mode and launching a task with a docker image from a private dockerhub repo I get the following error : docker...
2 years ago
Started using the integrated GCP autoscaler to avoid some problems we had. For some reason the Instances doesn't have a GPU although specifically defined in ...
2 years ago
Hi, How does the agent determine which packages to install? I have google-cloud-bigquery in my requirements.txt, but when I run my pipeline on the agent (I i...
2 years ago
Hi all, if install clearml agent with helm, how do I authenticate the agent with git? In values.yaml file, I can set CLEARML_AGENT_GIT_USER and CLEARML_AGENT...
2 years ago
Hi, forgive me if this was asked before in a different way, what’s the recommended way to pass different git credentials to an agent running on a shared mach...
2 years ago
Hi Everyone ! I am trying to remotely run a code from a github repo which necessitates some installs (as shown in the picture). What is the best way to run t...
2 years ago
Is there a way to use agent for dataset creation tasks? My point is that I want to use agents to create datasets. For that purpose I need to pass parameters ...
2 years ago
What could cause a queue to be recreated automatically? I experimented with the autoscaler with queue name foo , got it working, closed the autoscaler, delet...
2 years ago
Hello! Thank you all for your work! I have a question (which is probably not ClearML related at all). I am using clearml-agent running in docker mode on seve...
2 years ago
Hi all, I'm trying to run the clearml agent from dockerhub image docker run allegroai/clearml-agent-k8s:aws-latest-1.21.2 but I get : invalid option Usage: /...
2 years ago
Hi, I’m getting this error when I try to run task on a remote agent with docker mode WEB UI: Please make sure you have the correct access rights and the repo...
2 years ago
automatic ssh keys export to agent in docker mode I don't know how about you - but I have struggled with mounting my host ssh keys inside a docker while usin...
2 years ago
when i run my tasks on the remote machine it runs successfully. However when my colleague tries to run his task on the same remote machine it fails to access...
2 years ago
Hi I have a problem (presumably) with k8sglue-agents working roughly 50% of the time. Basically what happens is when I launch a pipeline from command line, i...
2 years ago
Hi guys, I am having some trouble running some training scripts with the agent functionality: https://stackoverflow.com/questions/73279794/catboostclearml-er...
2 years ago
Hi folks, I just deployed a ClearML agent using the Helm chart. I have a few doubts: after the deployment, I see a new queue called k8s_scheduler, which I di...
2 years ago
After trying to execute a task from the queue the agent fails installing the environment: Installing collected packages: numpy Successfully installed numpy-1...
2 years ago
Hello! Thanks again for all the hard work you've put in to bring such a great MLops tool to the community! I have a question about ClearML agent config file,...
2 years ago
Hey, I am using the autoscaler for both GCP and AWS. The issue is that I can't see all of my workers in GCP in the queue. I assume the worker field is taken ...
2 years ago
how can i disable agent pip caching? sometimes the agents load an earlier version of one of my libraries. i'm running them in docker mode
2 years ago
I started two pipelines (using AWS autoscaler in app.clear.ml ). The pipelines ran concurrently, using the same pipeline code. Both failed in the same compon...