Prerequisites
- Linux ARM64 host with Docker installed — if you don’t have Docker yet, follow Docker’s Ubuntu install guide.
- Dragonwing IoT chipset — see Supported platforms.
- Credentials with read access to one of the registries below.
Pull the image
The image is published to two registries — pick whichever you have access to and setIMAGE accordingly, then pull:
bash
If
docker login fails or docker pull returns permission denied ... /var/run/docker.sock, see Troubleshooting → Linux for the credential and docker group fixes.Run interactively
Drop into an interactive shell inside the container:bash
Verify
Then run a test command from the container shell:bash
The
--privileged flag is required for NPU access.CLI
For the full CLI Docker install guide, see CLI Install — Linux ARM64 (Docker).Python
For the full Python install guide on native Linux ARM64, see Python Install — Linux ARM64. The Python SDK can be installed inside the Docker container or directly on the Linux ARM64 host. See the Linux ARM64 tab for native install instructions.Was this page helpful?