I have a question. I'm struggling with setting up my own ClearML server. I think i've got it up and running but not sure how to send clearml-task to my own s...
4 years ago
I see that in the default setup, this command is part of the docker bash setup script: chown -R root /root/.cache/pip Does the agent assume it will be runnin...
4 years ago
I want to run my clearml task on an agent in k8s together with a memory profiler (maybe https://github.com/plasma-umass/scalene or https://github.com/pythons...
4 years ago
Hi guys, Suppose I have the following script: import numpy as np import pandas as pd from clearml import Task # Import required project dependencies. from tf...
4 years ago
Hey, I have another question, now about the PYTHONPATH and its relationship to repo root. Let's say I have the following repo structute: ├── projects │ └── p...
4 years ago
Hi, I am using the aws autoscaler and getting the following error while trying to spin up spot instances: 2021-08-16 17:18:48 Spinning new instance type=v100...
Hello guys, I encountered this error in my glue agent when it pulled a task from the queue. But could not understand what it means? Error: Could not push bac...
4 years ago
I’m getting these errors when using agent in docker mode -bash: /etc/apt/apt.conf.d/docker-clean: Permission denied chown: cannot access '/root/.cache/pip': ...
4 years ago
Is it possible to give the agent access to install private pip packages (needs to be installed from the repo)? ERROR: Could not find a version that satisfies...
4 years ago
Another issue is the agent uses Python 2 for some reason even though locally I’m using python 3 and the agent is supposed to use a python 3 venv. $ /home/smj...
4 years ago
Is there a way to run additional shell commands after setup in agent virtual environment mode? I have found this feature for docker mode but not for venv mode.
4 years ago
Hi, I am trying to setup multi-node training with PyTorch DistributedDataParallel. DDP requres a launch script with a set of parameters to be run on each nod...
4 years ago
Hello folks! I don't know if this issue has already been addressed. I have a basic PipelineController script with two steps: one of task is for preprocessing...
4 years ago
Hi, I'm attempting to use clearml-session and have an agent started on the same machine with clearml-agent daemon . The agent starts up without issues. Howev...
4 years ago
Hello, I am new to ClearML, I would like to learn more about how ClearML works on a HPC cluster where the only way to get computational resources is via SLUR...
4 years ago
Collecting click Using cached click-8.0.1-py3-none-any.whl (97 kB)And then: ERROR: typer 0.3.2 has requirement click<7.2.0,>=7.1.1, but you'll have click 8.0...
4 years ago
AgitatedDove14 - similarly seeing some difference in way packages are installed. How does clearml agent cache packages? having issues with Click 7 vs 8.
4 years ago
Hey all! Great job on ClearML by the way 🙂 I’m currently exploring whether it could be a fit for me and my team and I have a few questions: If I want to sen...
4 years ago
Sorry if this is addressed in docs somewhere - Does an agent map to one worker (1:1) all the time? Can I have multiple workers in an agent? Does docker mode ...
4 years ago
Running the Docker Agent with own image the right way? In our company, we have some development/production docker images to use on developer laptops and in d...
4 years ago
Hi crew! A bit stuck on something basic again: I’m running a ClearML server on AWS EC2 using the latest Community AMI (ami-01edf47969e2515dd - allegroai-clea...
4 years ago
When using something like pdf2image which requires poppler (which can be installed with conda), how can I ensure that the task can run on an agent correctly?...
4 years ago
Hi, I have several long running experiments failing with Process failed, exit code -9 and no other error with clearml 1.0.4 and clearml-agent 1.0.0, what cou...
4 years ago
Hi again, I am trying to make the aws autoscaler work with ec2 instances, but it fails to setup the agent in the machine: the logs of the user-data script sh...
Hi, I face a strange behavior from the clearml-agent: it’s running in services mode, not in docker mode, cpu only. I want to execute two tasks on this servic...
4 years ago
Hi, I am trying to run a task in an agent from a repository with an environment.yaml , generated by conda . I changed the package manager to conda on the cle...
4 years ago
Hi, trying to understand clearml-session. I have an agent running on a machine monitoring a queue Then I ran clearml-session --queue myqueu --docker torch-im...
4 years ago
Hi, what's the expected flow when running an agent in Docker mode, and my git repo requires SSH keys for cloning? E.g. Include an SSH key within the Docker c...
4 years ago
Hi fam! I’m trying to get clearml-session working but getting stuck on something probably basic. I’ve got an EC2 instance configured and running clearml-agen...
4 years ago
Hi, I've a few questions on clearml-session. We will be running some GUI applications so is it possible to forward the GUI to the clearml-session? We have a ...
4 years ago