We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfdd91 commit 10b6ab5Copy full SHA for 10b6ab5
docs/setup/setup_docker.md
@@ -33,7 +33,7 @@ docker build -t rai:humble --build-arg ROS_DISTRO=humble --build-arg DEPENDENCIE
33
Core dependencies only:
34
35
```bash
36
-docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy --build-arg DEPENDENCIES=all_groups -f docker/Dockerfile .
+docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy -f docker/Dockerfile .
37
```
38
39
All dependencies:
0 commit comments