Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
DefiantCrab67
Moderator
6 Questions, 58 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

51 × Eureka!
0 Votes
20 Answers
924 Views
0 Votes 20 Answers 924 Views
if I set # set the post packages to be installed after all the rest of the required packages # post_packages: ["google-cloud-storage", ] will it always run p...
3 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
3 years ago
0 Votes
8 Answers
946 Views
0 Votes 8 Answers 946 Views
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hey, I'm trying to restore the data on a k8s node from a backup but it seems like mongodb just ignores the existing data. Is there anything that I should do ...
3 years ago
0 Votes
3 Answers
967 Views
0 Votes 3 Answers 967 Views
When using the ClearML agent, is it possible to let the agent decide if it should schedule a pod on a CPU or GPU? Using the k8s glue it would have to have: t...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
hey, using k8s with trains 0.16.1-320, all of a sudden the entire data (i.e experiments, tasks, API creds) is not showing in the UI anymore. All logs seems t...
3 years ago
0 If I Set

ERROR: No matching distribution found for pandas==1.2.4 (from -r /tmp/cached-reqs1i9hihyv.txt (line 14))

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

you can actually inject a known_hosts file to your docker container/k8s pod through a volume

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

so if you are using k8s, you can generate a configMap with the relevant info and mount it

3 years ago
0 If I Set

I have another problem at the moment (some packages that are not inside the cache seem to have be missing and then everything fails)

3 years ago
0 If I Set

ERROR: Could not find a version that satisfies the requirement pandas==1.2.4 (from -r /tmp/cached-reqs1i9hihyv.txt (line 14)) (from versions: 0.1, 0.2b0, 0.2b1, 0.2, 0.3.0b0, 0.3.0b2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.0rc1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0rc1, 0.8.0rc2, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0rc1, 0.19.0, 0.19...

3 years ago
0 Is There A Way To Copy Local Python Packages To The Agent As Well? (Screenshot Attached Within The Thread)

For example, the attached package is being skipped automatically but it is needed while running the actual script

3 years ago
0 If I Set

on my own machine

3 years ago
0 If I Set

yea

3 years ago
0 If I Set

Do you mind if I send it in a private chat?

3 years ago
0 If I Set

I tried to add it to post_packages and run it locally, for some reason it didn't install googlecloud-storage. However it is possible that I have an old clearml pip package installed

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

seems like I miss configured something of course. /secrets is mounted to the agent but not to the pod template 🙂

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

I'm wondering if this will also work for pip install from a private pypi server

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

OK I added:

- name: TRAINS_CONFIG_FILE value: "/secrets/clearml.conf"
to my pod template, and this file exists and mounted as expected but it still fails. I will see if I missed something

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

AgitatedDove14 actually I had to set something like:

- env: - name: PIP_INDEX_URL valueFrom: secretKeyRef: name: pip-index-url-secret key: pip-index-url-key - name: GIT_SSH_COMMAND value: "ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"

3 years ago
Show more results compactanswers