We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0076913 commit 458fc78Copy full SHA for 458fc78
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib
16
RUN conda clean --all
17
18
RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
19
-RUN git clone https://github.com/open-mmlab/mmsegmenation.git /mmsegmentation
+RUN git clone https://github.com/open-mmlab/mmsegmentation.git /mmsegmentation
20
WORKDIR /mmsegmentation
21
-RUN pip install -r requirements/build.txt
+RUN pip install -r requirements.txt
22
RUN pip install --no-cache-dir -e .
0 commit comments