I would like to run the Video Search and Summarization (VSS) project remotely on my Jetson AGX Orin device (64GB). While reviewing the code, I came across a docker-compose file under the remote_vlm_deployment directory, which pulls the VSS Engine from the NGC catalog. However, it appears that the VSS Engine is built for the amd64 architecture.
I would like to know if there is a Dockerfile available that would allow me to build a Jetson-compatible (aarch64) version of the VSS Engine. I would greatly appreciate your assistance with this.