-
Please refer to the
docker.docs
for more details. -
If you would like to know more details, please refer to:
-
docker 설치 후 /var/run/docker.sock의 permission denied 발생하는 경우
sudo chmod 666 /var/run/docker.sock
git clone https://github.com/hyunkoome/CenterPointPillar.git
- 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
- Please refer to the docker/README.md for more details.