Reputation
Badges 1
5 × Eureka!Oh the other issue I had was the setup used localhost and I had to change it to my real hostname so that name resolution would function across different docker compose (core , serving)
The docs also are a little confusing in that part of them have you setup serving in docker compose but in the tutorial it launches serving in standalone container
But in terms of serving, I’d really prefer it was modular enough to use serving with any model registry
The install was easy . I really like the local dev setup . Only issue was port conflicts . Not sure why serving and the core server are set to have the same ports 8080
I had this same issue and I had to update the clearml.conf to use the public names instead of localhost then register the model and endpoint. After that it was able to resolve the hostname and load the artifacts.