How to apply agent configuration (i.e. clearml.conf) to agent-services in the docker-compose file?
one year ago
Hi all, I am trying to understand how the communication between ClearML Server and ClearML Agent takes place and what all ports/protocols are involved, if bo...
one year ago
Hi all, I'm trying to setup a pipeline based on the asteroid_example( None ) by @<1523701118159294464:profile|ExasperatedCrab78> . The tasks run fine when ex...
one year ago
Hi, I am running clearml agent using SDK. When I run a remote job on this clearml agent, the venv setup is totally based on my requirements.txt instead of ad...
one year ago
Hi all, I'm having an issue running clearml-agent in docker mode. When enqueuing a task to the docker agent I get the following error: error: could not write...
one year ago
Hey everyone, We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a diffe...
one year ago
[Auto scaler / API client does not see tasks in queue] We had used the AWS auto scaler (based on the aws_autoscaler.py script in the repo) and it worked grea...
one year ago
Hello everyone, I’m currently facing an issue while using Cloud ClearML with aws_autoscaler.py. Occasionally, some workers become unusable when an EC2 instan...
one year ago
Has anybody encountered: User aborted: stopping task (3) getting triggered without actually aborting or doing anything? I am running hype-parameter experimen...
one year ago
Hi all, what is the best way to monitor failer clearml agent that kill all tasks in queue?
one year ago
Hi, I'm having issue with running clearml-agent in docker mode. I spin up an agent in the following way: clearml-agent daemon --queue docker_test --docker nv...
one year ago
Hey everyone, We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a diffe...
one year ago
Hey all, does anyone know how to query hidden aws autoscaler tasks using the python sdk? I've put such a task below Task.query_tasks(task_filter={"system_tag...
Hello, We use clearml agents in daemon mode. This writes the logs to /tmp. however when the agent dies, it deletes the logs as well and we dont know why it d...
one year ago
Hi, anyone know what is cause? i tried to run this in my agent. but somehow this got this error after agent install depedencies my_env: clearml-agent=1.5.2 c...
one year ago
The concept of my doubt is, while running code 1st time.. this process should execute in agent machine. even i changed code. its executing wrong queue name w...
one year ago
Can you please tell me how to make the agent use the docker env by default? instead of creating venv it already has all the necessary environment and librari...
one year ago
while we rerunning using agent all dependencies ill be installed once it get completed will the dependencies will be removed or not
one year ago
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
one year ago
Hi all, I want to run a task inside a container. This container needs to get docker arguments (volume, to be specific). In addition, this docker image (which...
one year ago
Hi ! I have a config dictionary which is a dot dictionary ( a dictionary that supports dot notation as well as dictionary access notation set attributes: d.v...
one year ago
Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version I am trying to reproduce the example on the documentation...
one year ago
Hi ! I have some hyper parameters of my clearml task which i connected to task with- parameters = task.connect(model_train_dict, name='train_params'). I ran ...
one year ago
Hi, I was trying to install clearml agent using helm chart but my k8s version is not compatible. I have am older k8s version. Is there anywhere I could get a...
one year ago
Hello, Got a simple pipeline with 2 tasks, first task is the parent of the second one. Until recently everything worked fine. We updated agent versions and n...
one year ago
Hello everyone @<1574207105437536256:profile|HungryCat90> ! I am running a self-hosted clearml-server and I am having trouble in cloning sub-packages of a mo...
one year ago
Hello, I don't really like the idea of providing my own github credentials to the ClearML agent. We have a local ClearML deployment. Is there a way to: - for...
one year ago
Hi, when running a task with an agent (located on my pc) , I get an error related to PyTorch missing some attribute. I validated the installed version by Cle...
one year ago
Is it possible to locally run a training task using an older version of Python (e.g., 3.6) but execute that task on a Docker container remotely with a newer ...
one year ago