Skip to content

Commit

Permalink
[Docs] Update docker docs to enable reading memory info in container (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPSavoji authored Mar 11, 2025
1 parent 2fa0189 commit 5cf4d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user_guide/getting_started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ You should be able to run both CPU and GPU simulation, which you can test below

```bash
docker pull maniskill/base
docker run --rm -it --gpus all maniskill/base python -m mani_skill.examples.demo_random_action
docker run --rm -it --gpus all maniskill/base python -m mani_skill.examples.benchmarking.gpu_sim
docker run --rm -it --gpus all --pid host maniskill/base python -m mani_skill.examples.demo_random_action
docker run --rm -it --gpus all --pid host maniskill/base python -m mani_skill.examples.benchmarking.gpu_sim
```

Note that inside a docker image you generally cannot render a GUI to see the results. You can still record videos and the demo scripts have options to record videos instead of rendering a GUI.
Expand Down

0 comments on commit 5cf4d63

Please sign in to comment.