How to change port for two model
Closed this issue · 1 comments
lgq-garbage commented
I use docker-compose to establish my label studio ml. I have two model,one is yolov8,anthor is sam.
In yolov8,I use port 9090:9090. In sam,I use port 9091:9091 (both in docker-compose.yml and Dockerfile)
But it comes to an error :sam
it seems to listen to 9090. In docker-compose.yml and Dockerfile change does not work. How can I edit port for sam.
lgq-garbage commented
I can go into image and use
label-studio-ml start my_ml_backend -p 9091
to change port.
but this is not the best way I think.