Hi all Can you help please, I can’t find this information on official docs , is it possible to run spot instance with GPU on GCP with clearml autoscaler inte...
one year ago
Hello, I have clearml autoscaler setup. Previously, when a new task comes up, an already running worker (if there is), will take it, apply the new commit and...
one year ago
Hello everyone, I would like to implement ClearML via Docker on our Ubuntu VM. I have a problem when I try to connect the ClearML server to the ClearML agent...
one year ago
Hi, I am surprised by the behavior of clearml-agent daemon --stop which stop the worker fine - but also flag ongoing Task as Completed instead of Aborted or ...
one year ago
Hi everyone! Is there a way to force an agent to clear the clearml cache folder every time it’s done with a task? I have a machine running multiple agents fo...
one year ago
Hi everyone! I'm having a trouble with executing tasks remotely from web UI using clearml agent docker mode. (with self-hosted server on Windows computer) I ...
one year ago
Hi all! I've found this from clearml-agent docs. I'm a little confused with content. Could anyone explain this line Docker Mode is only suppported in linux ....
one year ago
Hello everybody. I have a question about autoscaler. I have an autoscaler that is started by a python script. When I start the task with task.enqueue('queue'...
one year ago
I've just run a new instance of ClearML and run agent using clearml-agent image I've pushed a simple job to the queue and it's start to run, after finish pip...
one year ago
I'm running into a perplexing issue. I have several agents running on a workstation, I also am directly running code from the same workstation. There are sev...
one year ago
Hi all, I'm wondering if I could use clearml agent to use multiple machines in a self-hosted server in Windows.
one year ago
Hey all, I have the following folder structure: / |-- main.py |-- pipeline.py |-- utils.py In some of the pipeline components defined in pipeline.py, I impor...
one year ago
Hey, everybody! I am a new user of the ClearML service, and I would like to ask you about your experience with ClearML working with an AWS virtual machine. M...
one year ago
Hi all, Is there a way to force an agent to use https although the scheduled task is using ssh for git?
one year ago
Hello Everyone, I am seeking for a tutorial to start a task remotely by the agent while specifying a specific docker image as environment. I tried to find an...
one year ago
Hey there! I'm trying to make changes to the agent config, but when I update clearml.conf , take down the agent (with kill -9 agent-pid ), and restart the ag...
one year ago
Hi everyone, my clearml agent fails to clone the repository that is currently on my company's self hosted gitlab instance, which we clone from via ssh. I hav...
one year ago
Hi there. Does the AWS Autoscaler (PRO account, Web app) work? I'm a bit confused how it should work. I'm able to run an EC2 instance via AWS Autoscaler but ...
one year ago
Hello, I'm trying to use clearml agent to build a containerized task None The task runs ok but when I try to run the build command, one package has a depende...
one year ago
Hi, I am wondering is there anyway to use clearml agent without setting up the environment, for example, do not enforce the git clone and pip install but cd ...
one year ago
is there anyway to cancel the “--rm” in the clearml agent docker mode?
one year ago
Is there a way to set the name/path of the requirements.txt file the agent uses to install packages?
one year ago
Hi, I’m running an agent in k8s using the glue. I’m trying to set the setup shell script to install some packages through apt but I don’t think it even runs....
one year ago
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago
I have the following setup: instance-1 with clearml server hosted in GCP, visible only through internal network, instance-2 with clearml agent hosted in GCP,...
one year ago
My agent (running on GCP in docker mode) is having trouble with git fetch --all. I'm using SSH for authentication, however, known_hosts doesn't seem to be pa...
one year ago
Hello ! I have been using ClearML to log my pytorch experiments, and now I would like to try to also use the ClearML agent to execute this job remotely. From...
Hello everyone, I seem to recall a while back that support for Azure autoscaler was supposed to come later. However, looking at the applications tab, there i...
one year ago
Hello. How do I tell the clearml agent to not install the tasks requirements and use existing local env instead? Also what should I do if my task depends on ...
one year ago
Hi everyone. I have a strange problem with pipelines: When I start a pipeline to run in a queue the pipeline is stuck at the first pipeline component. That i...
one year ago