Unanswered
The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml.
But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot.
Does It Mean My Configuration Has Something
Hi @<1526371986278715392:profile|VivaciousReindeer64> ,
I replicated your environment, and found the following solution:
- In the docker-compose, add the following to the webserver section:
volumes:
- /opt/clearml/config:/mnt/external_files/configs
- In the host machine, create a file
/opt/clearml/config/configuration.json
containing the following:
{
"displayedServerUrls": {
"filesServer": "
"
}
}
- restart the docker-compose:
sudo docker-compose up -d
I think this should do the trick. Please let me know if it worked
160 Views
0
Answers
one year ago
one year ago