Skip to content

Commit

Permalink
Remove invalid argument from rocker example (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote authored Feb 11, 2025
1 parent 7acf0c4 commit ca417ee
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 @@ -97,7 +97,7 @@ docker run --init --rm --net host eclipse/zenoh:1.2.1 --no-multicast-scouting
### Run the pose estimator
We use [rocker](https://github.com/osrf/rocker) to add GPU support to Docker containers. To install rocker, run `pip install rocker` on the host machine.
```bash
rocker --nvidia --cuda run --network=host ibpc:pose_estimator
rocker --nvidia --cuda --network=host ibpc:pose_estimator
```

### Run the tester
Expand Down

0 comments on commit ca417ee

Please sign in to comment.