Giter Site home page Giter Site logo

omniverse-isaac-docker-proxy-gui's Introduction

omniverse-isaac-docker-proxy-gui

This repository summarizes how to run omniverse-launcher and isaac-sim in a docker environment with GUI display.
It also supports proxy environments, so you can easily run isaac-sim on your company PC.
*Not tested in a WSL2 environment, so someone please try it.

Usage

1. Setting host PC

  1. Grant access privileges to root.
xhost +local:root
  1. Add to .bashrc.
echo 'xhost +local:root > nul >> ~/.bashrc
  1. Kill processes.
fuser -k 33480/tcp
fuser -k 34080/tcp
  1. Use the command line to log in to NGC before pulling the Isaac Sim container.
docker login nvcr.io
  1. Clone this repository and change directory.
git clone https://github.com/kentar0kozai/omniverse-isaac-docker-proxy-gui.git
cd omniverse-isaac-docker-proxy-gui
  1. Modify line 8 of the Dockerfile to your own proxy and port.
e.g.
ENV PROXY=***.***.***.***:**
↓
ENV PROXY=192.0.2.1:8080
  1. Run docker compose.
    *Download and installation takes a long time.
docker compose up
  1. Success if Container isaac-sim-enhanced Created / Attaching to isaac-sim-enhanced is displayed.  

  2. Run the command in another terminal.

docker exec -it isaac-sim-enhanced bash

2. How to execute Omniverse-launcher

  1. Run the command the docker terminal.
ov-launcher
  1. Create an NVIDIA account and log in.

  2. Select the NUCLEUS tab and register the local server.

  3. Click 'Connect to a Server' to connect to the localhost server.
    *Log in with ID: admin, Password: admin if you cannot log in.

  4. Select the EXCHANGE tab and install 'Cache'.

  5. Install Isaac-Sim.

  6. Select the Library tab and run Isaac-Sim.

  7. A select tab will appear and you can start with any setting.

  8. After loading, try running one of the Isaac Examples.

  9. Press “load” on the pop-up tab to load the environment.
    (The initial loading takes a while, so be patient; from the second time on, the environment is saved in Cache, which is faster.)

  10. The isaac-sim directory also contains Python scripts and sample code, allowing you to start the Python tutorial right away.

omniverse-isaac-docker-proxy-gui's People

Contributors

kentar0kozai avatar

Watchers

 avatar

Forkers

jahad9819jjj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.