Skip to content

Commit

Permalink
Build on 1 CPU only to not overload the RPi. Takes a while though
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyVanBeek committed Dec 21, 2024
1 parent fd6008f commit 17c1dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROS2 interface to Neato vacuum robots
```bash
# All executed from top-level directory of repo, same as this README
docker build -f docker/operator/Dockerfile -t operator .
docker build -f docker/robot/Dockerfile -t neato .
docker build -f docker/robot/Dockerfile -t neato . --cpuset-cpus="0"
docker compose -f docker/docker-compose-robot.yml up
docker compose -f docker/docker-compose-operator.yml up
```

0 comments on commit 17c1dee

Please sign in to comment.