AxisCommunications / acap-computer-vision-sdk-examples

Example applications that provide developers with the tools and knowledge to use Axis Camera Application Platform (ACAP) Computer Vision solution
Apache License 2.0
51 stars 22 forks source link

Where is the container of inference-server? #121

Closed masa126 closed 1 year ago

masa126 commented 1 year ago

Please do not disclose security vulnerabilities as issues. See our security policy for responsible disclosures.

In README.md , there are three containers for this sample. The 1st one is built by the Dokerfile in this repository. The 3rd one will be created by user. Where is the 2nd one? Is it the docker image of larod-inference-server given by https://hub.docker.com/r/axisecp/larod-inference-server?

Corallo commented 1 year ago

Hi @masa126

As you said, there are three docker images. The app and the model container are built by the user, as described in the Readme. The third one is pulled from docker hub (the link you sent). It should be done automatically by docker compose once the docker compose up command is executed.

I'm going to convert this issue into a discussion, as it is not a bug.