that's strange, maybe you should upgrade it
When i run this it says can't run multi containers
No i use
docker compose instead of docker-compose
how d you start a docker-compose?
docker-compose --env-file example.env -f docker-compose.yml up -d
Ignore the quotes I've tried with quotes itself first
it suppose to have access_key and secret_key which should correspond to this file
I should not edit anything in clearml.conf right?
except access_key of course, they should be yours
you should also use my example.env
But I'm getting a timeout issue, when i docker-compose up 😢
I got only smth like this:
clearml-serving-triton | I0701 08:32:58.580705 46 server.cc:250] Waiting for in-flight requests to complete.
clearml-serving-triton | I0701 08:32:58.580710 46 server.cc:266] Timeout 30: Found 0 model versions that have in-flight inferences
clearml-serving-triton | I0701 08:32:58.580713 46 server.cc:281] All models are stopped, unloading models
clearml-serving-triton | I0701 08:32:58.580717 46 server.cc:288] Timeout 30: Found 0 live models and 0 in-flight non-inference requ
I haven't followed it so closely, but let me check
Hey i tried your docker-compose
After all the initial setup, clearml-serving-triton
clearml-serving-statistics
clearml-serving-inference, throw read time out error?
It should also work with host IP and two docker compose files.
I'm not sure where to push a for a unified docker compose?