From 06f94261546b2e78000ae94cc337d8c3a322bf18 Mon Sep 17 00:00:00 2001 From: CHOI WOEN-SUG Date: Wed, 31 Jan 2024 07:04:08 +0900 Subject: [PATCH] Update Docker-Development-Image.md --- contents/installation/Docker-Development-Image.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contents/installation/Docker-Development-Image.md b/contents/installation/Docker-Development-Image.md index 37a4900..4d01e8a 100644 --- a/contents/installation/Docker-Development-Image.md +++ b/contents/installation/Docker-Development-Image.md @@ -8,10 +8,11 @@ parent: Installation This guide explains how to set up a Docker-based development environment for building and developing Dave repository and related software. -## Step 1: [Install Dependencies] +## Step 1: Install Dependencies Follow these steps to install required utilities on your host system. -### [Install Docker] (https://field-robotics-lab.github.io/dave.doc/contents/installation/System-Requirements/#docker) +### Install Docker +- Follow the instruction in [System Requirements - docker](https://field-robotics-lab.github.io/dave.doc/contents/installation/System-Requirements/#docker) ### Install Rocker Check pip version with, `pip --version`, if it's based on python version 2, then install pip3 with `sudo apt install python3-pip` @@ -74,4 +75,4 @@ git checkout cuda-dev * The `build.bash` and `run.bash` scripts may take a few minutes the first time they run. * Code for the Docker development images is hosted in the [dockwater repository](https://github.com/Field-Robotics-Lab/dockwater). See the [repository wiki](https://github.com/Field-Robotics-Lab/dockwater/wiki) for more information about this project and supported use cases. -## Next: [Get the Source Code](/dave.doc/contents/installation/Clone-Dave-Repositories) \ No newline at end of file +## Next: [Get the Source Code](/dave.doc/contents/installation/Clone-Dave-Repositories)