Hello everyone…
I’m trying to run Issac Omniverse for Remote Workstation Deployment
docker run --runtime=nvidia --env NVIDIA_VISIBLE_DEVICES=0 -e “ACCEPT_EULA=Y” --rm -p 47995-48012:47995-48012/udp -p 47995-48012:47995-48012/tcp -p 49000-49007:49000-49007/tcp -p 49000-49007:49000-49007/udp nvcr.io/nvidia/isaac-sim:2020.1_ea
but I’m getting the next error related to ray tracing:
2020-06-30 16:54:17 [1,952ms] [Info] [carb.renderer.plugin] Skipping scene renderer ‘iray’ because it was not in /carb/renderer/enabled list = rtx
2020-06-30 16:54:17 [1,953ms] [Warning] [carb.renderer.plugin] Failed to create context for scene renderer ‘rtx’.
2020-06-30 16:54:17 [2,329ms] [Error] [omni.kit.plugin] Startup Error
2020-06-30 16:54:17 [2,329ms] [Error] [omni.kit.plugin] Unable to create renderer. Make sure you are running with an NVIDIA GPU supporting RTX Ray Tracing with a minimum of 6GB GPU memory, and a recent driver.
2020-06-30 16:54:17 [2,329ms] [Error] [omni.kit.plugin] carb::renderer::createContext failed.
/isaac-sim/_build/linux-x86_64/release/isaac-sim-headless.sh: line 4: 10 Segmentation fault (core dumped) “$SCRIPT_DIR/…/…/target-deps/kit_sdk_release/_build/linux-x86_64/release/omniverse-kit” --config-path “$SCRIPT_DIR//experiences/isaac-sim-headless.json” --no-window $@
According to the requirements, it is necessary NVIDIA GPU (RTX 2070 or higher) and
NVIDIA GPU Driver minimum version 440.59
I have access to a server with three GeForce RTX 2080 Ti and NVIDIA-SMI 440.100 (Driver Version: 440.100, CUDA Version: 10.2)
Please, I need help to find a solution…
Best regards