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
Hi, how did you configure your clearml.conf file?
Also, can you attach the full output of clearml-data?
did you add the fileserver to your configuration file?
Also, what is the clearml
SDK version you're using?
You can do pip show clearml
to see the clearml version
I changed my directory to clearml-data installed and just run the same command with sudo ./clearml-data
and it works
SuccessfulKoala55 OMG I solved problem. the cause was the permission of the clearml-data
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" } }
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."
I'm using ubuntu 18.04, and docker command was docker-compose -f /opt/clearml/docker-compose.yml up -d
as described at docs.
What is desired output when I typed ls -al
at clearml folder?
and how did you run your docker-compose?
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:
It's a bit strange - can you add it manually?
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?
Also I tired to put fileserver information to configuration file, but nothing changed