YummyMoth34 can you attach the full log?
Can you also attach the docker-compse.yml
you're using?
This looks like the old unified docker-compose.yml
file which is no longer supported. Please use the latest file as shown here: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html#deploying
alright I’ll give it a go even though that’s the docker compose from 0.17.0 docker library in your github server repo
I think you're mistaken... this is the file in the docker library: https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml
Note it has no line such as:- "echo \"#!/bin/bash\" > /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh webserver&\" >> /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh fileserver&\" >> /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh apiserver\" >> /opt/clearml/all.sh && cat /opt/clearml/all.sh && chmod +x /opt/clearml/all.sh && /opt/clearml/all.sh"
moved from the unified to the regular docker-compose and it works, thank you for the help SuccessfulKoala55