Hi.
Trying to start up you project.
Had to correct Dockerfile by adding
EXPOSE 8000
EXPOSE 8001
EXPOSE 8002
After starting you server by running dockerfile, I'm trying to connect to it via starting main.py.
But I cannot connect to the started server.
Exception is tritonclient.utils.InferenceServerException: [StatusCode.NOT_FOUND] Request for unknown model: 'yolov8_ensemble' is not found.

The directory tree is

I've tried to create and not to create /1 folder in yolov8_ensemble
Can you, please, explain me how should it be started otherwise or what to correct to start?
@MattWoods
@omarabid59
Hi.
Trying to start up you project.
Had to correct Dockerfile by adding
After starting you server by running dockerfile, I'm trying to connect to it via starting main.py.

But I cannot connect to the started server.
Exception is tritonclient.utils.InferenceServerException: [StatusCode.NOT_FOUND] Request for unknown model: 'yolov8_ensemble' is not found.
The directory tree is

I've tried to create and not to create /1 folder in
yolov8_ensembleCan you, please, explain me how should it be started otherwise or what to correct to start?
@MattWoods
@omarabid59