During the Docker build phase, the process fails with an error indicating that hami-vnpu-core cannot be found. As a workaround, I renamed libvnpu to hami-vnpu-core, which allowed the image to build successfully.
However, at runtime, the application then fails with an error looking for libvnpu.so.
Could you provide a dedicated image build documentation, or update the Dockerfile accordingly?
During the Docker build phase, the process fails with an error indicating that hami-vnpu-core cannot be found. As a workaround, I renamed libvnpu to hami-vnpu-core, which allowed the image to build successfully.
However, at runtime, the application then fails with an error looking for libvnpu.so.
Could you provide a dedicated image build documentation, or update the Dockerfile accordingly?