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 2 years ago

Reputation

0

Badges 1

51 × Eureka!
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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 ...
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
4 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K Views
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
4 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

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

You can either use the StrictHostKeyChecking=no or generate a known_hosts file. I don't know about other options

4 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"

4 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?

Should I make a new issue or just reply on the one I mentioned above?

4 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

4 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

4 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?

You need to mount it toΒ 

~/clearml.conf

Β (i.e. /root/clearml.conf)

I have overridden that with the env var

4 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 πŸ™‚

4 years ago
0 If I Set

Ok

4 years ago
Show more results compactanswers