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 => ...
11 months 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)
11 months 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...
11 months 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...
11 months 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...
11 months 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...
11 months 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...
11 months ago
Hello! Does Clearml support the remote execution some function on agent without executing code locally? I want something like create_function_task().execute_...
11 months 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...
11 months 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 year 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 year 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 year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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 ...
one year 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...
one year 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...
one year 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...
one year 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-...
one year 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 ...
one year 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[:, :...
one year ago
Hey guys, I'm a total newbie when it comes to the world of ML, currently starting a position as DevOps/MLOps in a company that self hosts ClearML on K8S. I h...
one year ago
I need some help with setting up ClearML agent on Kubernetes. I've got it running, and taking jobs from a queue. However, during the preparation for the job,...
one year ago
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