rai
rai copied to clipboard
feat: Run entire Manipulator demo inside docker
Purpose
This PR provides several changes to PR #641 in order to run whole demo inside docker container.
Proposed Changes
- Install missing apt packages for running demo simulation.
- Update & simplify docs
Testing
I followed commands from provided docs
- Build docker with
DEPENDENCIES=all_groups - Follow commands from
demos/manipulation/#1-setting-up-the-demo
[!IMPORTANT] This PR targets
dm/feat/docker-image-manipulator-demobranch
@mateuszwasilewski I tried to build the image with:
docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy --build-arg DEPENDENCIES=all_groups -f docker/Dockerfile .
but I get such error:
Cannot install nvidia-cublas-cu12.
@mateuszwasilewski Please mention in docs that nvidia-container-runtime is required to run demo inside docker