Use docker image
docker load -i ./cmusee_demo-3.1.2-x64.tar.gz
docker run -it -p 8890:8890 localhost/cmusee_demo:3.1.2 /bin/bash
/root/run.sh # run inside the container
Use docker image
docker load -i ./cmusee_demo-3.1.2-arm64.tar.gz
docker run -it -p 8890:8890 localhost/cmusee_demo:3.1.2 /bin/bash
/root/run.sh # run inside the container