#Instructions
sudo apt update sudo apt install curl vim tmux -y
curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh
sudo groupadd docker sudo usermod -aG docker $USER newgrp docker
git clone --depth 1 --recurse-submodules https://github.com/shehiin/InternManip.git
docker pull crpi-mdum1jboc8276vb5.cn-beijing.personal.cr.aliyuncs.com/iros-challenge/internmanip:v1.0
docker pull docker.io/r2d208/internmanip:v1
docker pull docker.io/r2d208/intern_18k:v1
cd InternManip mkdir data cd data mkdir model git clone https://huggingface.co/InternRobotics/Gr00t-n1-5_Genmanip_IROS model/
python3 --version
sudo apt update sudo apt install -y python3 python3-venv python3-pip
pip3 --version
curl -sS https://bootstrap.pypa.io/get-pip.py | sudo python3
pip3 install huggingface_hub pip install huggingface_hub
huggingface-cli download InternRobotics/IROS-2025-Challenge-Manip
--repo-type dataset
--include "train_real/*"
--local-dir ./IROS-2025-Challenge-Manip
docker run --name internmanip -it --rm --privileged --gpus all --network host -e "ACCEPT_EULA=Y" -e "PRIVACY_CONSENT=Y" -e "DISPLAY=${DISPLAY}" --entrypoint /bin/bash -w /root/InternManip -v /tmp/.X11-unix/:/tmp/.X11-unix -v ${PWD}:/root/InternManip -v ${HOME}/data:/root/InternManip/data/dataset -v ${HOME}/docker/isaac-sim/cache/kit:/isaac-sim/kit/cache:rw -v ${HOME}/docker/isaac-sim/cache/ov:/root/.cache/ov:rw -v ${HOME}/docker/isaac-sim/cache/pip:/root/.cache/pip:rw -v ${HOME}/docker/isaac-sim/cache/glcache:/root/.cache/nvidia/GLCache:rw -v ${HOME}/docker/isaac-sim/cache/computecache:/root/.nv/ComputeCache:rw -v ${HOME}/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw -v ${HOME}/docker/isaac-sim/data:/root/.local/share/ov/data:rw -v ${HOME}/docker/isaac-sim/documents:/root/Documents:rw crpi-mdum1jboc8276vb5.cn-beijing.personal.cr.aliyuncs.com/iros-challenge/internmanip:v1.0