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
DisgustedDove53
Moderator
9 Questions, 66 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

63 × Eureka!
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Can clearml-server connect to elasticsearch via https endpoint? I see no option for that and ECK only deploys with https.
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Is there a way to disable ssh for clearml-session entirely and bind the jupyter notebook to 0.0.0.0 ?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Quick question.. Is redis used as permanent data storage or just cache? Would there be any problems if it is restarted and comes up clean?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there possibility of using centralized authentication for ClearML web ui? I mean SAML ( Okta )
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
31 Answers
128K Views
0 Votes 31 Answers 128K Views
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Is the Dockerfile for building clearml-server available? I need to change some configs in nginx.conf because the current proxying doesn't work in our environ...
4 years ago
0 Is There A Way To

The K8sIntegration can be made into a nice operator for example and deeply integrate into ClearML itself. :grinning_face_with_star_eyes:

4 years ago
0 Can Clearml-Server Connect To Elasticsearch Via Https Endpoint? I See No Option For That And Eck Only Deploys With Https.

I am already changing the chart, it would be no problem. But which env vars?

4 years ago
0 Can Anyone Recommend Some Good Ai Deployment Frameworks For Kubernetes? (Better If They Have/Can Be Integrated With Clearml)

oh great!
let me take a look at this. There’s a lot of custom tooling so integration is very important.

cc: FiercePenguin76 ^^^

4 years ago
0 Can Anyone Recommend Some Good Ai Deployment Frameworks For Kubernetes? (Better If They Have/Can Be Integrated With Clearml)

Yes.
ClearML has all these awesome dashboards. I was thinking maybe there will be some deploy to prod/staging/shadow button so you can do everything from there. (Like Gitlab CI/CD if you have seen that)
That would be ideal.

4 years ago
0 Can Anyone Recommend Some Good Ai Deployment Frameworks For Kubernetes? (Better If They Have/Can Be Integrated With Clearml)

I want to find a good deployment framework (if exists) and integrate it into our ClearML workflow).
like get latest release with prod tag from clearml api and apply that to k8s.
something along those lines

4 years ago
0 Hello I Want To Know That Without Any Access To The Webserver Component, Is It Possible To Use Clearml? I’M Asking From A Security Perspective.. Paraphrasing: Can An Intruder With Access To Clearml-Api Do Anything They Want? How Are They Limited? (With

ah ok. So only solution is changing the hardcoded one…
I will be looking into docs to find the right env variable. If you know it I’d appreciate you telling me 😄 SuccessfulKoala55

4 years ago
0 Is There A Way To

I’m using it in clearml k8s integration. So i’d rather avoid all extra stuff and bind the jupyter directly. Then use Istio, etc to secure access to it. I don’t think using ssh tunnels brings about any functionality or advantages of any sort when using kubernetes.

4 years ago
0 Is The

I actually got the idea to disable istio for the container. I think that'll work considering api-server doesn't need to be accessed directly from outside.

I'll test that and then your approach. If nothing works then I'll post again 😄

Thanks for your help Jake

4 years ago
0 I Have Open Source Version Of Clearml-Server 1.4.0 Installed In Our K8S Cluster. I Was Manually Cleaning Up Old Experiments Through Ui. For That I Have Selected All Experiments In A Single Subproject, And Archived Them. Then Went To Archive And Deleted Th

- name: CLEARML__APISERVER__PRE_POPULATE__ENABLED value: "false" - name: CLEARML__APISERVER__PRE_POPULATE__ZIP_FILES value: /opt/clearml/db-pre-populate - name: CLEARML_SERVER_DEPLOYMENT_TYPE value: helm-cloud

The rest are clearly credentials…

3 years ago
4 years ago
Show more results compactanswers