docs.md
CONTAINERS
genesis-world |
|
|---|---|
| Requires | L4T ['>=36.1.0'] |
| Dependencies | rust cmake torch:2.6 torchvision torchaudio vtk pymeshlab taichi splashsurf |
| Dockerfile | Dockerfile |
| Images | dustynv/genesis-world:r36.4.0 (2025-03-18, 23.6GB) |
CONTAINER IMAGES
| Repository/Tag | Date | Arch | Size |
|---|---|---|---|
dustynv/genesis-world:r36.4.0 |
2025-03-18 |
arm64 |
23.6GB |
RUN CONTAINER
To start the container, you can use jetson-containers run and autotag, or manually put together a docker run command:
# automatically pull or build a compatible container image
jetson-containers run $(autotag genesis-world)
# or explicitly specify one of the container images above
jetson-containers run dustynv/genesis-world:r36.4.0
# or if using 'docker run' (specify image and mounts/etc)
sudo docker run --runtime nvidia -it --rm --network=host dustynv/genesis-world:r36.4.0