Neural depth engine to docker image

Hello, Im running my zed application within a container. Does someone know how I can add the neural depth engine to the image?

Hi @Phyrokar
when you install the ZED SDK the NEURAL engine is already available.

The AI model and its optimization will be performed the first time the camera is opened.
The problem is that if you do not bind an external folder this operation will be performed each time you start a new instance of the container.

Read the Docker integration online documentation for more information regarding the correct configuration of the volumes.

So the optimization for the neural depth engine needs to be always done when for example restarting the container?

That’s correct if you don’t add a shared volume. Read here