How to use existing nucleus server when running standalone scripts?

I already have nucleus running and run docker using -e “OMNI_SERVER=127.0.0.1” to use existing nucleus server. However when i try to run costom standalone script, it reinstall nucleus and cache. How to use existing nucleus server when running standalone scripts?

To skip the Nucleus install in the container, run with the flag below:

-e “NO_NUCLEUS=Y”

The error about starting Cache can be ignored if you already have Cache installed.

See FAQ below to set default Nucleus and credentials:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_faq.html#setting-default-nuc-short-server
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_faq.html#setting-default-username-and-password-connecting-to-nuc-short-server