Skip to content

Commit 458fc78

Browse files
authored
Add fixes to Dockerfile (open-mmlab#607)
1 parent 0076913 commit 458fc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib
1616
RUN conda clean --all
1717

1818
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
19+
RUN git clone https://github.com/open-mmlab/mmsegmentation.git /mmsegmentation
2020
WORKDIR /mmsegmentation
21-
RUN pip install -r requirements/build.txt
21+
RUN pip install -r requirements.txt
2222
RUN pip install --no-cache-dir -e .

0 commit comments

Comments
 (0)