Well, it basically means the port is already taken
Either by a previous ClearML/Trains fileserver docker container (which you can see by running docker ps
), or by a totally different service/application (try netstat -natp | grep 8081
to see possible offenders 🙂 )
Had to redownload some things and now have it working
INFO - No repository found, storing script code instead
ClearML results page:
https://demoapp.demo.clear.ml/projects/f162ce3ea926446e9198d27d4255b5a5/experiments/cac013f3f7c64836885225bc5e5d3d3c/output/log
Now working on trying to get the initial task snippet to output to the private server instead of the demoapp
Well, you just need to configure your clearml.conf
file - use clearml-init
and it will guide you through the setup