Hey! I know it is possible to give an agent extra shell commands to run. Are they run before the repository is cloned or after? I have a local library and wa...
one year ago
Hi. I'm using clearml agent 1.16.1 My code is running a multi-process pool with "spawn" (see here for why) from multiprocessing import get_context ... with g...
one year ago
Hi When I am using ClearML for checking the performance of my LLM will I be able to see the time an agent will be using for a particular task to execute in a...
one year ago
Hi everyone! I'm working on a solution that uses clearml agent running on an EC2 instances. These instances (and agents) are provisioned automatically and li...
one year ago
I have a question and I'm not sure if anyone is clear on this. If I want the agent to manage dependencies using Conda, and install a new environment based on...
one year ago
Hi there, I have a question regarding the automatic requirements collection of clearml-agent. Currently I have two pip packages installed in the base-docker ...
one year ago
Hello! I faced an issue with environment variables with remote agent I set the in clearml.conf in section: development.apply_environment Like this: apply_env...
one year ago
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
one year ago
Is there a way to debug docker-based clearml-agent, how it reaches this error message? Where is the code executed, can I add some debug prints to see variabl...
one year ago
Hi all, I want to implement another package manager integration for clearml agent like Poetry called rye , can anyone give me general guidelines of what I ne...
one year ago
I'm new here, hello everyone 🙂 I have a question about pipelines. In my project, I try to run some code doing stuff, via a ClearML pipeline, in a ClearML ag...
one year ago
In general, how to pass CLEARML_AGENT_* envriornment variables to have effect, if the agent is already started?
one year ago
Hi all. I'm trying to start docker container in agent not as a root. Read, that there is CLEARML_AGENT_EXEC_USER environment variable for that. But is seems ...
one year ago
Hello everyone! Please tell me if there is an example of configuring a service for systemd that implements work with clearml-agent . The service file with un...
one year ago
Hi! Maybe someone will be able to help me. Im trying to build system: step 0: Build pipeline (run locally) step 1: Executes the TaskScheduler, step 2: Execut...
one year ago
hi all trying to run my first job jobs on clearml and am getting this: Successfully installed pip-22.2.2 ERROR: Exception: Traceback (most recent call last):...
one year ago
Hi Everyone! Is there a way to store ENV_VARs or secrets in clearML when we use remote agent to run the task? Actually I have too many envs that are confiden...
one year ago
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
one year ago
Hey! We're currently running ClearML on-premise, with a helm chart deployment for the server itself and a bare-metal deployment for the agent - on a differen...
one year ago
Hi all, I use autoscalers in my training configuration, and I have an issue with them. The issue: Currently, I fail to configure autoscaler that will success...
one year ago
Hello everyone! I hope you can help me. I have a local workstation where I want to deploy the ClearML server and ClearML agent. I have prepared two independe...
one year ago
Hi everyone! I'm trying to spin up a k8s clearml agent using helm chart. I'm stuck at adding my company certificates to allow agent to pull repos and images ...
one year ago
I tried to get data from dataset, but agent always look on localhost:8081. I change host in clearml.conf but have same error. How can I change host of clearm...
one year ago
hi, can you help me with this? thanks in advance. problem : - could not run task - could not fetch from bitbucket/gitsetup : - clearml-agent: 1.7.0; 1.8.1 ag...
one year ago
@<1523701087100473344:profile|SuccessfulKoala55> I just saw the new release of the agent 1.8.1 : None > Fix git pulling on cached invalid git entry. On error...
one year ago
Hello! How to determine the cache for an agent in Kubernetes? I'm going to mount s3 as a cache folder as a local path using s3fs. What variable needs to be s...
one year ago
Hello everyone! The cache for pip does not work for agent in k8s mode. I specify agent.docker_pip_cache as /mnt/pip_cache in the clearml.conf. But nothing is...
one year ago
Hi all! I've been using the ClearML agent in tandem with my self-hosted ClearML server on my own hardware. I'm noticing that the files created by the agent, ...
one year ago
Hi guys! Anyone else has trouble caching virtual environments in the agent? I manually installed a single agent on a virtual machine, and I'm using this conf...
one year ago
I hope I'm not too much of a bugger today.. but here's another issue I'm facing currently. Traceback (most recent call last): File "/root/.clearml/venvs-buil...
one year ago