From 7700d73f095dea4da7c634f75e40b26487496a20 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Wed, 18 Mar 2026 22:42:03 +0800 Subject: [PATCH] docs: fix axera device install config (#22509) --- docs/docs/frigate/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 38ce590fe..94dfc0358 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -464,6 +464,9 @@ devices: - /dev/axcl_host - /dev/ax_mmb_dev - /dev/msg_userdev +volumes: + - /usr/bin/axcl:/usr/bin/axcl + - /usr/lib/axcl:/usr/lib/axcl ``` If you are using `docker run`, add this option to your command `--device /dev/axcl_host --device /dev/ax_mmb_dev --device /dev/msg_userdev`