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
Answered
Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

Hi, I'm trying to deploy clearml server to my local ubuntu. Every process works fine but when I'm trying to access to clearml-fileserver (by clearml-data create --project ), the error occurs and project created with draft mode
Error: Insufficient permissions for //:8081/files_server: http://localhost:8081
Somebody can help me?

  
  
Posted 2 years ago
Votes Newest

Answers 25


Cool! what permission?

  
  
Posted 2 years ago

😄

  
  
Posted 2 years ago

SuccessfulKoala55 OMG I solved problem. the cause was the permission of the clearml-data

  
  
Posted 2 years ago

What is desired output when I typed ls -al at clearml folder?

  
  
Posted 2 years ago

You can do pip show clearml to see the clearml version

  
  
Posted 2 years ago

Also, what is the clearml SDK version you're using?

  
  
Posted 2 years ago

How can I check SDK version?

  
  
Posted 2 years ago

It's 1.1.6

  
  
Posted 2 years ago

Also, can you attach the full output of clearml-data?

  
  
Posted 2 years ago

Error: Insufficient permissions for //:8081/files_server: http://localhost:8081 This is my whole output.
BTW, Is there a possibility this problem have related to access permission of /opt/clearml folder?

  
  
Posted 2 years ago

I'm using ubuntu 18.04, and docker command was docker-compose -f /opt/clearml/docker-compose.yml up -d as described at docs.

  
  
Posted 2 years ago

Also I tired to put fileserver information to configuration file, but nothing changed

  
  
Posted 2 years ago

did you add the fileserver to your configuration file?

  
  
Posted 2 years ago

It's a bit strange - can you add it manually?

  
  
Posted 2 years ago

But I'm not sure it's related

  
  
Posted 2 years ago

Name: clearml Version: 1.1.6 Summary: ClearML - Auto-Magical Experiment Manager, Version Control, and MLOps for AI Home-page: Author: Allegroai Author-email: clearml@allegro.ai License: Apache License 2.0 Location: /home/junpyo/.conda/envs/minikube/lib/python3.8/site-packages Requires: psutil, numpy, jsonschema, requests, urllib3, PyYAML, python-dateutil, future, attrs, pathlib2, Pillow, furl, pyjwt, six, pyparsing Required-by:

  
  
Posted 2 years ago

The weird thing is after I run clearml-data create ... , I can check the project and dataset are created in draft mode withCLI spit out error above

  
  
Posted 2 years ago

I just use clearml-init command and paste api key from localhost webserver like below. Is it normal that there's no files_server key in api dict?
api { web_server: api_server: credentials { "access_key" = "my key" "secret_key" = "my key" } }

  
  
Posted 2 years ago

In this docs step #9 , https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac

It says "Grant access to the Dockers, depending upon the operating system."

  
  
Posted 2 years ago

and how did you run your docker-compose?

  
  
Posted 2 years ago

Thank you for supporting Jake

  
  
Posted 2 years ago

What is your OS?

  
  
Posted 2 years ago

👍

  
  
Posted 2 years ago

Hi, how did you configure your clearml.conf file?

  
  
Posted 2 years ago

I changed my directory to clearml-data installed and just run the same command with sudo ./clearml-data and it works

  
  
Posted 2 years ago
664 Views
25 Answers
2 years ago
one year ago
Tags
Similar posts