Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase docker shared memory #62

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkhansenbot
Copy link

This fixes an error when running with multiple GPUs from a docker container. This increases the shared memory given to the docker container to 1 GB by default.

Tested with the following:

# run container
cd OmniIsaacGymEnvs
docker/run_docker_viewer.sh

# inside container, run single GPU (Headless)
/isaac-sim/python.sh scripts/rlgames_train.py task=Ant headless=True

# inside container, run with multi_gpu=True
/isaac-sim/python.sh -m torch.distributed.run --nnodes=1 --nproc_per_node=4 scripts/rlgames_train.py headless=True task=Ant multi_gpu=True

@mkhansenbot
Copy link
Author

@kellyguo11 - any update, can this be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant