Skip to content

Commit

Permalink
minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeb10abbas committed Jul 5, 2023
1 parent 009f60d commit 8405c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The docker container would allow you to both visualize in `rviz2` (on M1 Macs as

1. Start a Docker container with the `drake-ros` image using `rocker`. The following command mounts the current working directory (the root of the `drake-ros` repository) inside the container at `/drake_ros_ws/src/`, enables NVIDIA GPU support, and sets up X11 forwarding:

$ rocker --nvidia --x11 --volume "$(pwd):/drake_ros_ws/src/" -- drake-ros
```$ rocker --nvidia --x11 --volume "$(pwd):/drake_ros_ws/src/" -- drake-ros```

If needed, replace `drake-ros` with the name of the Docker image you built earlier.
Alternatively, you can also run an equivalent `docker run` command.
Expand Down

0 comments on commit 8405c5b

Please sign in to comment.