Skip to content

Commit 6c4e990

Browse files
author
Amrit Krishnan
committed
Add fixes to Dockerfile
1 parent 8f8abe3 commit 6c4e990

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)