Unverified Commit fed12985 authored by G Krishnanjana Reddy's avatar G Krishnanjana Reddy Committed by GitHub
Browse files

[Fix] Fix docker file (#2451)

parent 260860a7
...@@ -34,7 +34,7 @@ RUN pip install openmim && \ ...@@ -34,7 +34,7 @@ RUN pip install openmim && \
# Install MMDetection3D # Install MMDetection3D
RUN conda clean --all \ RUN conda clean --all \
&& git clone https://github.com/open-mmlab/mmdetection3d.git -b dev-1.x /mmdetection3d \ && git clone https://github.com/open-mmlab/mmdetection3d.git -b dev-1.x /mmdetection3d \
&& cd /mmdetection \ && cd /mmdetection3d \
&& pip install --no-cache-dir -e . && pip install --no-cache-dir -e .
WORKDIR /mmdetection3d WORKDIR /mmdetection3d
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment