File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ Podman needs: `--device /dev/dri --security-opt unmask=/sys/firmware`
81818. 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 ` ` `
86869. 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 ` ` `
929210. Grant your user access to manage docker resources
@@ -103,7 +103,7 @@ Podman needs: `--device /dev/dri --security-opt unmask=/sys/firmware`
10310312. 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 ` ` `
10810813. Build and launch the obico stack
109109 ` ` ` shell
You can’t perform that action at this time.
0 commit comments