https://github.com/l-nmch/hailortcli-docker
Dockerized version of HailoRT CLI
https://github.com/l-nmch/hailortcli-docker
ai docker hailo8l npu
Last synced: 6 months ago
JSON representation
Dockerized version of HailoRT CLI
- Host: GitHub
- URL: https://github.com/l-nmch/hailortcli-docker
- Owner: l-nmch
- License: apache-2.0
- Created: 2025-03-17T00:09:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-17T02:27:48.000Z (7 months ago)
- Last Synced: 2025-03-17T03:29:19.451Z (7 months ago)
- Topics: ai, docker, hailo8l, npu
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hailortcli Docker
[HailoRT CLI](https://github.com/hailo-ai/hailort) is a command line application used to control the Hailo device, run inferences, collect statistics and device events, etc.
[HailoRT CLI Docker](https://github.com/l-nmch/hailortcli-docker) is just a dockerized version of **HailoRT CLI**
## Usage
Simple commands to use hailortcli-docker
### Build
```bash
docker build -t hailrtcli-docker .
```### Run
```bash
docker run --privileged --rm hailortcli-image fw-control identify
``````
Executing on device: 0000:01:00.0
Identifying board
Control Protocol Version: 2
Firmware Version: 4.20.0 (release,app,extended context switch buffer)
Logger Version: 0
Board Name: Hailo-8
Device Architecture: HAILO8L
Serial Number:
Part Number:
Product Name:
```There is also a [docker compose](./docker-compose.yml) version
## Disclaimer
This image has only been tested on a [Raspberry PI 5](https://www.raspberrypi.com/products/raspberry-pi-5/) with a [AI Hat +](https://www.raspberrypi.com/products/ai-hat/)