Hi from what I can tell trying to follow this documentation None To start an agent I should run clearml-agent daemon --queue test_queue --detached and to sto...
4 months ago
Hello everyone! I am new to clearML and currently trying out its capabilities and I am having one issue with pipelines. Pipeline runs properly when I run it ...
HI! I was wondering, is there a way to pass a Dockerfile (from the same repo with the code for example) to the base_docker task instead of just a tag? It's m...
4 months ago
I'm having trouble with StorageManager leaving files in the local cache on the clearml agent node. Somehow, these files are not cleaned up by StorageManager ...
4 months ago
Hello everyone. I would like to ask about the rapid decline in acuracy of opportunity learning. When I run the code for learning locally, it is fine, but whe...
5 months ago
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 ...
5 months 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...
5 months 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...
5 months 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 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)
5 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...
6 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...
6 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...
6 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...
6 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...
6 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_...
6 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...
6 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...
7 months 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...
7 months 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...
7 months 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...
7 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...
7 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...
7 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...
7 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...
8 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 ...
8 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...
8 months ago