/dbw_setup

Primary LanguageShell

BDD Software Environment Setup in Linux

Overview

Following the installation guide below, you will be able to set up a docker environment in Linux with the following frameworks:

Installation Guide

  1. Download Repository
git clone https://github.com/yujialuo/BDD-Env-Setup.git
  1. Install Docker (Optional)
./setup_docker.sh
  1. Build Docker
./docker-build.sh
  1. Relocate Data (Optional)
If you want to use driving data in the docker, put them in directory bdd_env_setup/data/
  1. Run Docker
./docker-compose.sh

** Note: make sure to make the shell scripts execuble before running them, e.g.

chmod +x ./setup_docker.sh