It appears that when I use poetry, it recreates the environment (doesn't persist the venv) and redownloads all the python packages (doesn't use a cache). Is ...
4 years ago
There’s a typo in this repo name: https://github.com/allegroai/nvidia-cleamrl-integration
4 years ago
Can someone please explain the difference between clearml-agent-services (that comes with the official docker compose) and clearml-agent deamon?
4 years ago
I’m trying to use task.execute_remotely but the repo I’m trying to use is not being identified correctly. I have it setup to git pull from a master repo and ...
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 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
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
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
4 years ago
Hello! I'm totally new to clearML. I'm writing to ask a question about the first steps. Where I run the code to install clearML as report in this link https:...
4 years ago
Hi everyone, I have deployed the ClearML Server with helm on AWS EKS. In the development environment the clearml node is deployed on a spot instance and I no...
4 years ago
Hi, which database services are used to store the logged data such as scalar, text, matrix, etc? How can I query these for a downstream process programmatica...
4 years ago
Hi, Is there a simple way to make Task.init compatible with Dask.distributed client? When I try to run a script where I want to read concurrently a dataset i...
4 years ago
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
4 years ago
When scheduling a job for remote execution, is it possible to decide whether to use the repo’s formal requirements sheet vs the currently installed venv libr...
4 years ago
Is it possible to interact with the job queues directly from the python SDK?
4 years ago
Hello guys, I am deploying my own clearml server in k8s. the pods are running well. But when I access the webserver, I do not have option to create credentia...
4 years ago
Hey! Probably missed something, but I recently upgraded to 1.1.1, and I've just noticed that png artifacts are not displayed in the preview. Is this intentio...
4 years ago
Also! Would like to highlight ClearML SDK 1.0.5 cool new features, in case you've missed it 🙂 Add automagic logging for Click CLI! Adding the TaskScheduler ...
4 years ago
Is there anywhere in the web UI where one can see the clearml server version running? I keep getting "version 1.1.1 is now available" even though I'm pretty ...
4 years ago
Hi, I restarted my clearml-server (1.1.0) and the login page always redirects me to the login page. I am using fixed users in config files. In the logs of th...
4 years ago
Hi, Is there any way to say ClearML which python to use inside a docker container to run the Task? Or maybe is there an option that says clearml to install t...
4 years ago
Hi all, I am trying to use offline mode for my Task and I get these messages and shutdown. Can anyone explain? ClearML Task: created new task id= ClearML res...
4 years ago
Hi quick question. If i use clearml-data to upload a dataset to a remote folder which is mounted at, say, /mnt/something/data, when i use Dataset.get_local_c...
4 years ago
Hello guys, not sure if this is the right place to ask about clearml serving. May i know if an updated readme will be released soon? I did not manage to get ...
4 years ago
Hi Team, I'm currently trying to install ClearML-Server on a Powerpc server with RedHat7. The issue is that the ClearML-Server pre-built images doesn't run o...
4 years ago
Hi, I am trying to run experiment from ClearML web ui. I did experiment copy, enqueue, but in the execution log I see that it runs command [.]$ /home/exx/.cl...
4 years ago
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
4 years ago
Hello, for deployment of clearml server in k8s, we need to label just one node app=clearml and also set the daemon.json. wouldn't this make clearml server ti...
4 years ago
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
4 years ago
Hello. I'm interested in dynamic gpu feature. But I can't find any information on how it works. Can you help me with it? Is it possible to try it somewhere ?
4 years ago