I am trying to run IsaacSim Image as a headless job in base-command and connect to it with OV launcher
I use
ngc base-command job run --name "name" --priority NORMAL --order 50 --preempt RESUMABLE --min-timeslice 7776000s --total-runtime 7776000s --ace the-cluster-name --instance the-machine-name --commandline "apt-get update && apt-get install -y python3-pip && pip install jupyterlab && jupyter lab --allow-root --ip=* --port=8888 --no-browser --NotebookApp.token='' --NotebookApp.allow_origin='*' --ContentsManager.allow_hidden=True & sleep infinity" --result /results --image "nvidia/isaac-sim:4.2.0" --org my-org --team internal-team --port 27777 --port 8899 --port 8888 --port 8211
then I open the terminal and
export ACCEPT_EULA=Y
./runheadless.native.sh -v
the isaac sim can run I can see
“Isaac Sim Headless Native App is loaded.”
in the logs but I cannot connect to it with Omniverse streaming client