I'm currently working on deploying the https://github.com/NVIDIA-Omniverse-blueprints/ earth2-weather-analytics on a project on an OCI bm.gpu.l40s.4 instance.
So far, I’ve successfully set up the environment, including:
Remote GUI and xrdp, Docker v26.1.3, NVIDIA driver 550, gcc, and nvidia-container-toolkit
Validation with docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
MicroK8s v1.32.3 (1.32/stable) with all relevant plugins
Confirmed running GPU functionality using cuda-vectoradd.yaml
I’ve also executed ./deploy/deploy_microk8s.sh, and all the pods are running successfully:

However, when I attempt to run ./deploy/deploy_e2cc.sh to build the Omniverse Kit app, I encounter an error during execution (logs attached).
logaviv.txt
Could you please review and advise on how to resolve this?
10x in advance