Hello all.
I am working on a remote headless machine. I try to run Issac Sim in container (nvcr.io/nvidia/isaac-sim:2023.1.1
).
I followed the instructions in Container Installation. I verified that the driver could run within the container: nvidia-smi
listed the GPU info correctly.
As I worked on a headless machine, I run/isaac-sim/runheadless.native.sh
. However, the following error happened:
2024-01-31 08:03:41 [1,133ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
Below I upload my log, which contain logging info and the output of nvidia-smi
.
kit_20240131_080340.log (1.1 MB)
I’ve searched with this error info on the Internet, but I didn’t get a solution.
I’ve gone through trouble shoot. Q6) Startup failure with GLFW initialization failed
suggested to reinstall the driver. But actually nvidia-smi
returned the correct info.
So could anyone here please help me with this issue? Many thanks in advance!