After running ./aodt_bundle/install.sh for AODT, there is no error, but it doesn't respond when executed.(GPU L40)

We installed AODT on our local server L40*8, with the driver version 550.107.02 in ubuntu 22.04.5.

After running ./aodt_bundle/install.sh localhost $NGC_CLI_API_KEY , there were no errors, and the website started successfully. However, the USD files on the website cannot be opened, and there is no response when attempting to do so.

The logs:
logs.txt (220.5 KB)

Thank you very much for your help.

After running the above command, if you have a successful installation, follow these steps to launch omniverse launcher instead of using a browser.
Navigate to aodt_bundle and
execute: ./omniverse-launcher-linux.AppImage omniverse-launcher://install?path="$(realpath $HOME/aodt_bundle/$AODT_UI_ZIP)" --no-sandbox

This would launch the omniverse launcher, which has aerial in it, which looks similar to this:

Hope this helps!

1 Like

@user112062 ,
Please run the OV/AODT from the command line
./omniverse-launcher-linux.AppImage omniverse-launcher://launch?slug=aodt

If there are any errors, they will show up on the console.

1 Like