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
Follow the steps in Generate Your NGC API Key. Use command line to login into NGC to download the Isaac Sim container.
$ docker login nvcr.io
Username: $oauthtoken
Password:
WARNING! Your password will be stored unencrypted in /home/username/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Pull the Isaac Sim Compatibility Checker container.
$ docker pull nvcr.io/nvidia/isaac-sim-comp-check:4.1.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.1.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.