Hey 🙂 I’m also using the AWS autoscaler with pipelines, and i can’t seem to make the intermediate steps output their results to S3 instead of the fileserver...
2 years ago
I am using the AWS autoscaler and I wish to set my files server to be gs. I tried to do so by having this in the ADDITIONAL CLEARML CONFIGURATION window: api...
2 years ago
Hey there! I’m having a problem with clearml-sessions, maybe someone had a similar problem already: I’m running an agent in docker mode on a remote machine. ...
2 years ago
Hello everyone! First, thanks a lot to everyone that made ClearML possible, I've been looking for a tool like that for years. I just installed the open sourc...
2 years ago
Hello! I have a question about the priority of environment variables and clearml.confg content. At this point, I have a working setup that skips environment ...
2 years ago
Hello! A question https://clearml.slack.com/archives/CTK20V944/p1656420047506249 . Is it possible to get an untracked file uploaded when remote agent executi...
2 years ago
Hi there, would it be possible for the autoscaler to support stopping instances instead of terminating them? My use case is the following: I am continuing my...
2 years ago
Hi (again... sorry for asking so many questions) Question about using google cloud storage in a clearml agent running in AWS ec2 instance. my clearml.conf ha...
2 years ago
Hi. I have a problem accessing repo code in pipeline components running in an AWS autoscaler (first attempts at doing this) My local clearml.conf file has ag...
2 years ago
Hi. I've noticed that my clearml.conf has both: agent.git_user="" agent.git_pass=""and agent { ... git_user: "" git_pass: "" ... }What's the difference? Shou...
2 years ago
I uncommented the line path: ~/.clearml/venvs-cache in the remote agent’s clearml.conf but the remote agent still keeps re-installing all pkgs in the venv. (...
2 years ago
Hello community. I'd like to try the AWS autoscaler (I actually prefer to try the GCP one but I think it's broken or, at least, I've failed to make it work s...
2 years ago
Hey everyone, I have an autoscaler configuration that runs different ec2 instances. I want the EC2 worker launched by the autoscaler could handle a bucket wi...
How would I go about adding multiple credentials in the autoscaler? (i.e. specify multiple sdk.aws.s3.credentials ) It's a bit odd that one would also have t...
2 years ago
Hi I'm trying to clearml-agent in my dockerfile, but even after copying the clearml.conf to my dockerfile working dir, the clearlml agent does not start, thr...
2 years ago
Hi all, I'm trying to use cuml with clearml and am curious if anyone has encountered running the rapids image on a privately hosted clearml agent before? I s...
2 years ago
Did more digging, seems that you need to start the agent with CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1
2 years ago
hi folks, is there a way to force clear-ml agent with --docker to not create a virtualenv at all? And perhaps not even attempt to install requirements even? ...
2 years ago
Hi! I have a question regarding clearml-agent Some of the packages in my requirements are stored in a private pypi. Is there a way to pass the credentials to...
2 years ago
Hi all, did anyone manage to connect the agent to aws s3 bucket when authenticating to AWS using SSO?
@<1523701827080556544:profile|JuicyFox94> I can’t continue the thread we started so I am continuing here: I tried the clearml-agent helm but i have two issue...
2 years ago
Hi clearML community I am working on a pytorch neural transfer project and I'm trying to use clearml agent for remote execution. I'm trying to install requir...
Hi, I have a local package that I use to train my models. To start training, I have a script that calls task._update_requirements([".", "torch==1.11.0"]) . I...
2 years ago
Correct way to configure ssh authentication for git in agent with docker mode I am struggling with configuring ssh authentication in docker mode with agent. ...
2 years ago
post_packages: clearml.conf I had a problem with one python package - it is installed in base docker image but clearML has not determined it during the scrip...
2 years ago
additional mounts in docker when running agent task Is there a way to mount specific files into docker container through agent configuration? My point is tha...
2 years ago
Hello all, I am trying to have a grasp on ClearML agents, and I'm struggling with docker mode. Let's say, I have a Dockerfile for my custom made docker image...
2 years ago
Reducing docker container spin-up time with ClearML agent I have made a training experiment with clearML in docker container. Now I have the same image that ...
2 years ago