Skip to content

Commit 3a6f8e7

Browse files
committed
docs: RKNN zero 3 instructions tweaks
1 parent 79ef874 commit 3a6f8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rknn_models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Podman needs: `--device /dev/dri --security-opt unmask=/sys/firmware`
8181
8. Install software that will be needed to launch obico
8282
```shell
8383
sudo apt-get update
84-
sudo apt-get install git docker.io
84+
sudo apt-get install git docker.io apparmor-utils
8585
```
8686
9. Install docker compose 2
8787
```shell
8888
curl -L\# -o /tmp/docker-compose https://github.com/docker/compose/releases/download/v2.37.1/docker-compose-linux-$(arch)
89-
sudo mkdir -pf /usr/local/lib/docker/cli-plugins
89+
sudo mkdir -p /usr/local/lib/docker/cli-plugins
9090
sudo install -m 755 /tmp/docker-compose /usr/local/lib/docker/cli-plugins
9191
```
9292
10. Grant your user access to manage docker resources
@@ -103,7 +103,7 @@ Podman needs: `--device /dev/dri --security-opt unmask=/sys/firmware`
103103
12. Build the base image for the ml_api rknn container
104104
(this is currently not available on docker hub, when it is, this step may be skipped)
105105
```shell
106-
docker build ml_api -f Dockerfile.base_arm64_rknn -t thespaghettidetective/ml_api_base_rknn:latest
106+
docker build ml_api -f ml_api/Dockerfile.base_arm64_rknn -t thespaghettidetective/ml_api_base_rknn:latest
107107
```
108108
13. Build and launch the obico stack
109109
```shell

0 commit comments

Comments
 (0)