Aarch64 docker zip has no container

The tappas_3.26.0_docker_aarch64.zip file downloaded today from the developer zone does not contain a docker image file. Running the script complains that it can’t find the image.

$ ./run_tappas_docker.sh 
Tappas image is missing, exiting
Run Hailo Docker:
The default mode is trying to create a new container
./run_tappas_docker [options] 
Options:
  --help               Show this help
  --tappas-image       Path to tappas image
  --resume             Resume an old container
  --container-name     Start a container with a specific name, defaults to hailo_tappas_container

$ ls -lah
total 2.3G
drwxrwxr-x 2 jpmeijers jpmeijers 4.0K Jul 11 13:55 .
drwxr-xr-x 3 jpmeijers jpmeijers 4.0K Jul 11 13:54 ..
-rw-r--r-- 1 jpmeijers jpmeijers 2.3G Sep 27  2023 hailo-docker-tappas-v3.26.0.tar
-rwxr-xr-x 1 jpmeijers jpmeijers 4.7K Sep 27  2023 run_tappas_docker.sh

The instructions here are incorrect.

The command that works is:

$ ./run_tappas_docker.sh --tappas-image hailo-docker-tappas-v3.26.0.tar

The link points toward the Hailo AI Software suite user guide. The suite does only require to call the script. The instructions in the Tappas user guide are correct.
However I think you have a point and therefore asked my colleagues whether we can change the behavior to match the suite or the print out of the run_tappas_docker.sh script.

Thank you for the feedback.

1 Like