NVIDIA
NVIDIA
Isaac Sim Compatibility Checker
Container
NVIDIA
NVIDIA
Isaac Sim Compatibility Checker

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.

LayerLabelCreated
bf98ee7d1c4c32034b5b60f412f2842c4f524fed54a76c95d00e66b76b2b568bCONFIG
Entrypoint /bin/sh -c /isaac-sim-comp-check/runapp.sh; WorkingDir /isaac-sim-comp-check
08/04/2025 11:26 PM UTC
52f4a979ca4f21876091a77ae4e6a8103f0d45fb7639b776fff5ace75899b314RUN
echo 'alias runapp=/isaac-sim-comp-check/runapp.sh' >> ~/.bashrc
08/04/2025 11:26 PM UTC
89aca003ed12c8c3ddd7a89a8adf794c5503eb923ff0a9af15fd03633aa7d1ddRUN
echo '#! /bin/sh' > runapp.sh &&
  echo '/isaac-sim-comp-check/license.sh && /isaac-sim-comp-check/privacy.sh && /isaac-sim-comp-check/omni.isaac.sim.compatibility_check.sh \\' >> runapp.sh &&
  echo '  --no-window --/app/quitAfter=10 \\' >> runapp.sh &&
  echo '  --merge-config="/isaac-sim-comp-check/config/open_endpoint.toml" "$@" ' >> runapp.sh &&
  chmod u+x runapp.sh
08/04/2025 11:26 PM UTC
27b275eb5b04de49671f4e467cd842f11fca5f1def515ebfd08527f9607b6f01WORKDIR
/isaac-sim-comp-check
08/04/2025 11:26 PM UTC
169418a4b6641aa78fb263e1b1280207600c9719c85b83b05f1e0d53539d7e42ENV
MIN_DRIVER_VERSION=535.161.07
08/04/2025 11:26 PM UTC
19623b1a026188f7ad93ea1b2e4146a7ed941d467b18646f1f350946d4e6c325USER
ubuntu
08/04/2025 11:26 PM UTC
048213cc019beedba89a5b9ae68b8494a9c240b52596c7e4c36263bb6925818cENV
NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=all
08/04/2025 11:26 PM UTC
709c5ec77301cd631575f82064630bfdee8b629f8a452f1038cbb623005a7986RUN
chown -R ubuntu /home/ubuntu/
08/04/2025 11:26 PM UTC
88ed9ba16aa653b1202bf5f278dda811e58bdeb6a2440b9e45777e629542b241RUN
rm /root/.pip/pip.conf
08/04/2025 11:26 PM UTC
47092e5d985f7bad25333ba3344a09ce7b53b4b6a7990c00737993ca5584bab7RUN
apt-get update &&
  apt-get install -y --no-install-recommends libnghttp2-14 &&
  rm -rf /var/lib/apt/lists/*
08/04/2025 11:26 PM UTC