Hello Everyone, Is there a way to disable git cloning in remote execution while using docker image. My docker image already have the source code required to ...
2 days ago
Hi there, Our team started using clearml a few months ago and we've recently deployed an AWS EKS k8s cluster with the hopes of deploying a clearml-agent. I'v...
4 days ago
Hi Everyone, I have a question on how to disable running pipelines in hybrid mode, so that agent only considers the code from git and not from local repo whi...
4 days ago
Hi community, I want to add 2 args for clearml agent dockers " ["--network=host", "--ipc=host"]". I've tried with changing agent.default_docker.arguments => ...
5 days ago
Hello mates! Could you please enlighten me on how to properly set up apt and pip caches in k8s agents? (using helm agent v. 5.2.2)
10 days ago
Hi community, I'm installing multiple clearml-agent on some gpu workstations, so I have a question: How can I use the cache of dataset as when I run only 1 c...
17 days ago
Hey community. I am new to this ClearML world. I'm having trouble installing the agent in Ubuntu 24.04.1 LTS. It keeps outputting the error: externally-manag...
22 days ago
Hi, can Clearml run docker container on agent without specifying script path? Because my main.py script is already inside docker image and I can't run clearm...
24 days ago
I am noticing that Clearml isn't able to clone a submodule with the error fatal: could not read Username for ' None ': terminal prompts disabled . I have the...
29 days ago
Can "clearml-task" not try to download data from "github? I specified --folder and --script, but it automatically detects git credentials and tries to pull t...
one month ago
Hello! Does Clearml support the remote execution some function on agent without executing code locally? I want something like create_function_task().execute_...
one month ago
Hi! Could you please help with the following question: is it possible to execute the pip install -e . command after our code is pulled from git? The thing is...
one month ago
hey there! I'm encountering an odd issue - I'm running my agents as python processes on a windows PC endpoints. I recently had a bug that forced me to delete...
one month ago
Hi all, What would cause a ClearML autoscaler instance which is running enqueued tasks one after another to eventually get stuck in a 'Running' state while e...
one month ago
Can I ask how can we add a common docker credentials to allow clearml agent pod to pull images when spawned off? Where can we add in clearml.conf or the agen...
one month ago
Hi, can you help with this one: clearml_agent: ERROR: [Errno 2] No such file or directory: '/home/dhzus/.clearml/venvs-builds/3.10/bin/python The agent can't...
2 months ago
Hello! How do you manage SSH github connection & the ClearML agent in a services mode (one that has to be run in the container)? When I try to run a pipeline...
2 months ago
Hi Everyone, I am new to clearml and am trying to use clearml agent with a docker image for run a pipeline remotely. My agent is running and it is able to pi...
2 months ago
Hi, everyone. If I am self-hosting my ClearML in EC2, do I get to have the autoscaler feature, or do I still need to get the Pro version to have access to th...
2 months ago
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
2 months ago
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
2 months ago
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
2 months ago
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
2 months ago
Hi, I have a yolox project that when I run locally its working but when I try to run it with an agent (on the same server and same user) it fails. with the f...
2 months ago
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}@github.com/my-...
2 months ago
Hi dear community, my name is Christoph and we try to use ClearML free tier with agents. However, we have the problem that the agent gets stuck on execution ...
2 months ago
Hi. here's a question. I wrote a code below for pipeline, ret = np.asarray(tlbr).copy() if ret.shape == (4,): ret[2:] -= ret[:2] else: ret[:, 2:] -= ret[:, :...
2 months ago