From 43d2e5563aa1636ed39aa183b01e3e49a0a71443 Mon Sep 17 00:00:00 2001 From: JinlongHe <2969921454@qq.com> Date: Mon, 4 Jul 2022 07:21:02 +0000 Subject: [PATCH] Update Dockerfile Correct the repo link --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8e090f73a9..b8e2c8335f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib RUN conda clean --all RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html -RUN git clone https://github.com/open-mmlab/mmsegmenation.git /mmsegmentation +RUN git clone https://github.com/open-mmlab/mmsegmentation.git /mmsegmentation WORKDIR /mmsegmentation RUN pip install -r requirements/build.txt RUN pip install --no-cache-dir -e .