Cosmos Installation
We have only tested the installation with Ubuntu 24.04, 22.04, and 20.04.
- Install the NVIDIA Container Toolkit. 
- Clone the repository. 
git clone [email protected]:NVIDIA/Cosmos.git
cd Cosmos
- Build a Docker image using Dockerfileand run the Docker container.
docker build -t cosmos .
docker run -d --name cosmos_container --gpus all --ipc=host -it -v $(pwd):/workspace cosmos
docker attach cosmos_container