From 59a4275b93529c964acb116dfa2610cebbdc7c67 Mon Sep 17 00:00:00 2001 From: Roadroller <30743886+roadroller2da@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:43:56 +0900 Subject: [PATCH] fixed a misspelling in Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8e090f7..b8e2c83 100755 --- 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 .