Skip to content

Commit

Permalink
Update docker command example
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle authored Aug 26, 2023
1 parent a915584 commit 988a476
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 @@ -34,7 +34,7 @@ cd ..
Build the docker image:
```bash
cd ov_maplab/
docker build -t ov_maplab .
docker build -t ov_maplab -f Dockerfile_ros1_20_04 .
nano ~/.bashrc
xhost + &> /dev/null
export DOCKER_CATKINWS=/home/username/workspace/catkin_ws_maplab
Expand Down

0 comments on commit 988a476

Please sign in to comment.