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 All! Please Tell Me What Will Happen If You Set The File Store Address The Same As On The Web? If I Set Different Addresses, Then The Link That Is Generated When Creating The Task Is Not Clickable And I Need To Change The Port To The One On The Web.

Hi all!
Please tell me what will happen if you set the File Store address the same as on the web?

If I set different addresses, then the link that is generated when creating the task is not clickable and I need to change the port to the one on the web.

But if I specify the same address, then it turns out to click on the link and go to the ponel with the experiment.

Can you please tell me is this intended? It seems to me very convenient that when creating a task, a link to a board with a specific experiment is written to the terminal.

  
  
Posted 2 years ago
Votes Newest

Answers 15


set in clearml-init
file sistem port 8090
but the compose is set to 8091

` (base) user@s130:~$ clearml-init
ClearML SDK setup process

Please create new clearml credentials through the profile page in your clearml-server web app (e.g. )
Or create a free account at

In the profile page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {

web_server:  ` ` 
api_server:  ` ` 

credentials {
    "access_key" = "CVJG5FDB232Z348F2O0J"
    "secret_key" = "1zRO0XZfnUZHNQZqMQACa2TP4aydRejSE9xBsF1kDoHStdqgbQ"
}

}
Detected credentials key="CVJG5FDB232Z348F2O0J" secret="1zRO***"
WEB Host configured to: [ ]
API Host configured to: [ ]
File Store Host configured to: `

  
  
Posted 2 years ago

  1. File Store Host configured to: http://localhost:8091
    ` (base) user@s130:~$ clearml-init
    ClearML SDK setup process

Please create new clearml credentials through the profile page in your clearml-server web app (e.g. )
Or create a free account at

In the profile page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {

web_server:  ` ` 
api_server:  ` ` 

credentials {
    "access_key" = "OV676692R7V7N53SAC1J"
    "secret_key" = "us7fQ9HQW5x1h9iC1PWgRmjMFMmiIbFny8gwFTPXyNE7rnFbHj"
}

}
Detected credentials key="OV676692R7V7N53SAC1J" secret="us7f***"
WEB Host configured to: [ ]
API Host configured to: [ ]
File Store Host configured to:

ClearML Hosts configuration:
Web App:
API:
File Store:

Verifying credentials ...
Credentials verified!

New configuration stored in /home/user/clearml.conf
ClearML setup completed successfully.
(base) user@s130:~$ python3.7
Python 3.7.9 (default, Aug 31 2020, 12:42:55)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

from clearml import Task
task = Task.init(project_name="my project", task_name="my task 8091")
ClearML Task: created new task id=a12e09a4eb31417ea35f8b18a0d5f2cd
2021-11-03 19:51:50,770 - clearml.Task - WARNING - Failed auto-detecting task repository: Script file ['', '/home/user/<stdin>'] could not be found
ClearML results page: files_server:
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
exit()
(base) user@s130:~$ `i have no click link to

  
  
Posted 2 years ago

CheerfulGorilla72 , I'm a slow reader so give me a bit of time to go through all of this 🙂

  
  
Posted 2 years ago

Yes, sure!
Thank you very much for your time!

  
  
Posted 2 years ago

CostlyOstrich36 so clear enough?)

  
  
Posted 2 years ago

CheerfulGorilla72 , can you please provide to me how your ~/clearml.conf has the following settings configured?
api.web_server
api.api_server
api.files_server

  
  
Posted 2 years ago

docker-compose file

  
  
Posted 2 years ago

File Store Host configured to: http://localhost:8090if i set
File Store Host configured to:then
` (base) user@s130:~$ python3.7
Python 3.7.9 (default, Aug 31 2020, 12:42:55)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

from clearml import Task
task = Task.init(project_name="my project", task_name="my task")
ClearML Task: overwriting (reusing) task id=bf47e430826d43998c0f54c73addc12b
2021-11-03 19:15:13,491 - clearml.Task - WARNING - Failed auto-detecting task repository: Script file ['', '/home/user/<stdin>'] could not be found
ClearML results page: files_server:
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
print('test')
test
exit() `then I have a clickable link in the terminal

  
  
Posted 2 years ago

CheerfulGorilla72 , Hi 🙂

Can you please give some examples? Like what setting produced what link in your system and how you ran it.

  
  
Posted 2 years ago

Docker always has port 8091 File Store Host

  
  
Posted 2 years ago

file sistem port 8091

  
  
Posted 2 years ago

ports:
because airflow was raised on one of them (8080)

  
  
Posted 2 years ago

if i replace port from 8091 ti 8090 then opened page (pic. 1)
to

  
  
Posted 2 years ago

CostlyOstrich36 ^

  
  
Posted 2 years ago

Also, is there a reason you don't want to work with the default ports provided in the docker-compose.yml ?

  
  
Posted 2 years ago
604 Views
15 Answers
2 years ago
one year ago
Tags