Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.13 KB

1_Setting_Environment_using_Docker.md

File metadata and controls

38 lines (30 loc) · 1.13 KB

1) Set Environment

1.1 Install Docker Engine on Ubuntu

sudo chmod 666 /var/run/docker.sock

1.2 Clone this repository

git clone https://github.com/hyunkoome/CenterPointPillar.git

1.3 Docker Container Start

  • Build the docker base image
cd CenterPointPillar
docker build -f docker/env.Dockerfile -t openpcdet-centerpoint-env docker/
  • Create the container.
docker compose up --build -d
  • Execute the container
docker exec -it centerpointpillar bash