Skip to content

Commit ca417ee

Browse files
authored
Remove invalid argument from rocker example (#36)
1 parent 7acf0c4 commit ca417ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ docker run --init --rm --net host eclipse/zenoh:1.2.1 --no-multicast-scouting
9797
### Run the pose estimator
9898
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.
9999
```bash
100-
rocker --nvidia --cuda run --network=host ibpc:pose_estimator
100+
rocker --nvidia --cuda --network=host ibpc:pose_estimator
101101
```
102102

103103
### Run the tester

0 commit comments

Comments
 (0)