From 82d39721ebc4e8c2d22cb5ed4e352fcb2e926249 Mon Sep 17 00:00:00 2001 From: jaan1729 Date: Thu, 20 Apr 2023 21:36:18 +0100 Subject: [PATCH] change cd to mmdetection3d from mmdetection to avoid docker build error --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index dd6ef6d29..3f1f61ca8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,7 +34,7 @@ RUN pip install openmim && \ # Install MMDetection3D RUN conda clean --all \ && git clone https://github.com/open-mmlab/mmdetection3d.git -b dev-1.x /mmdetection3d \ - && cd /mmdetection \ + && cd /mmdetection3d \ && pip install --no-cache-dir -e . WORKDIR /mmdetection3d