Linux / amd64
NVIDIA Isaac Sim Compatibility Checker, is a lightweight application that programmatically checks the system requirements and indicates which of them are valid, or not, for running Isaac Sim on the machine.
Requirements for local deployment:
Steps:
Run the command below to confirm your GPU driver version is 535.129.03 or later.
$ nvidia-smi
Pull the Isaac Sim Compatibility Checker container.
$ docker pull nvcr.io/nvidia/isaac-sim-comp-check:4.2.0
Run the Isaac Sim Compatibility Checker container.
$ docker run --name isaac-sim-comp-check --runtime=nvidia --gpus all -e "ACCEPT_EULA=Y" --rm --network=host -e "PRIVACY_CONSENT=Y" nvcr.io/nvidia/isaac-sim-comp-check:4.2.0
This will download and launch the Isaac Sim Compatibility Checker container in headless mode.
Note:
Refer to our Isaac Sim Compatibility Checker User Guide and Isaac Sim Setup FAQ for more information.
By pulling and using the container, you accept the terms and conditions of the NVIDIA Omniverse License Agreement.
Sources for OSS packages used in this container can be found here.