With the default docker build and run scripts shipped in Isaac Gym, we do not support running in docker with the viewer. You can try adding the --headless flag on examples that support headless mode to run without the viewer. Alternatively, you can give this docker run script a try (it’s not well tested yet) to see if you can get the viewer running in docker. run.sh (201 Bytes)
I had the same error when run the examples:
Importing module ‘gym_38’ (/home/xxx/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/xxx/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
WARNING: Forcing CPU pipeline.
Physics Engine: FleX
Physics Device: cuda:0
GPU Pipeline: disabled
Segmentation fault (core dumped)
I had the same error when running the examples:
Importing module ‘gym_38’ (/mnt/kaixuan/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Setting GYM_USD_PLUG_INFO_PATH to /mnt/kaixuan/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
WARNING: Forcing CPU pipeline.
Not connected to PVD
+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:0
GPU Pipeline: disabled
[Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
[Error] [carb.windowing-glfw.plugin] GLFW window creation failed!
[Error] [carb.gym.plugin] Failed to create Window in CreateGymViewerInternal
*** Failed to create viewer
Ubuntu 20.04
GPU: 3090
cuda 11.7
Isaac gym Preview 4