"src/vscode:/vscode.git/clone" did not exist on "1e16e4ca5fb4cc187504ada22a0ca9335d211ba9"
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 && \
# 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
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