Skip to content
Discussion options

You must be logged in to vote

Hi. Try these example container deployment to mount folders from the host instance with write access to the user in the container.
https://docs.isaacsim.omniverse.nvidia.com/5.1.0/installation/install_container.html#container-deployment

mkdir -p ~/docker/isaac-sim/cache/main/ov
mkdir -p ~/docker/isaac-sim/cache/main/warp
mkdir -p ~/docker/isaac-sim/cache/computecache
mkdir -p ~/docker/isaac-sim/config
mkdir -p ~/docker/isaac-sim/data/documents
mkdir -p ~/docker/isaac-sim/data/Kit
mkdir -p ~/docker/isaac-sim/logs
mkdir -p ~/docker/isaac-sim/pkg
sudo chown -R 1234:1234 ~/docker/isaac-sim
docker run --name isaac-sim --entrypoint bash -it --gpus all -e "ACCEPT_EULA=Y" --rm --network=host \
 …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ShauryaJain03
Comment options

Answer selected by ShauryaJain03
Comment options

You must be logged in to vote
1 reply
@ShauryaJain03
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants