FROM ubuntu:20.04 # Update package lists RUN apt-get update # Install Python and pip RUN apt-get install -y python3 python3-pip # Install ClearML Agent RUN p...
one year ago
i wanna run my python code using docker conatiner but its failing, is someone can help. it will be great
one year ago
Hi, is there a way to get the quota used by each task? My "metrics" quota is filling up very quickly and I would like to understand what's causing it.
one year ago
hey I wanna know what's this sysntax is? ${random_model_%i.id}
one year ago
How can I stop clearml from uploading temporary models? I am running cross_validation, training a bunch of models in a loop like this: models = [] for X_trai...
one year ago
Hey folks, probably asking a loaded question here, but what does a CI/CD pipeline with ClearML being used simultaneously look like? If I am using Github acti...
one year ago
Hello, I want to set up clean up services for our a self-hosted clearml (I used AWS AMI to spin up a server). On what machine is it best practice to run the ...
one year ago
Hello all. I'm generating an OutputModel in one task and using it as an InputModel for another task. Since there's already a timestamp on the model creation ...
one year ago
Is there any options to add env when installing clearml-serving using helm chart ? I have to add CLEARML_API_DEFAULT_REQ_METHOD=“post” to clearml-serving-inf...
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
where I can find logs of clearML server which should go into ELK (elastic search ) for security.
one year ago
does clearml-serving support mms(multi-model-serving) like seldon deploy? mms: serving multiple model in the same container
one year ago
Hey I have a question, Can you monitor the time for one pipeline, I want to observe how much time does my training task take when I run it through the pipeline.
one year ago
I have a training script that I ran on a local machine with GPU (2070 super) and it works normally (it utilizes the GPU), but when I'm training it on ClearML...
one year ago
Is there a way to specify the project and name of a pipeline defined with decorators at runtime? I tried to change the properties of the current task, the na...
one year ago
Can anyone help me to explain the differences between path_substitution and direct_access . As I understand: - direct_access : register data will not be push...
one year ago
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
one year ago
Question about ClearML models and metadata. I'm using the web interface for ClearML. I create an trained an output_model that was stored in ClearML from a tr...
one year ago
Any idea...?
one year ago
Hello, I have a non technical question about this community. Why have you decided to use Slack for communication and gathering community? Why not use somethi...
one year ago
When I run clearml-data to create a new dataset when first setup the clearml server, I got the following error: root@banglian-virtual-machine:~# clearml-data...
one year ago
Hi, I am able to execute the task locally, but the same task fails when executed on remote cloud machine, I think the error is due to the fact that local mac...
one year ago
Hi everyone and apologies for the incredibly 'basic' question. I'm trying to deploy clearML server on an OVH hosted VM. What do you think is a suitable disk ...
one year ago
Hi all, I am developing clearml-web. I want to automatically set a SOURCECODE different from the Clone source to the Clone destination when Clone is executed...
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