ports:
because airflow was raised on one of them (8080)
Also, is there a reason you don't want to work with the default ports provided in the docker-compose.yml
?
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
Yes, sure!
Thank you very much for your time!
CheerfulGorilla72 , I'm a slow reader so give me a bit of time to go through all of this 🙂
if i replace port from 8091 ti 8090 then opened page (pic. 1)
to
- 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
File Store Host configured to: http://localhost:8090if i setFile 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
Docker always has port 8091 File Store Host
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: `
CheerfulGorilla72 , Hi 🙂
Can you please give some examples? Like what setting produced what link in your system and how you ran it.