docs: fix axera device install config (#22509)

This commit is contained in:
GuoQing Liu 2026-03-18 22:42:03 +08:00 committed by GitHub
parent f658dbb158
commit 7700d73f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`