Skip to content

Commit

Permalink
Add fixes to Dockerfile (open-mmlab#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Jun 19, 2021
1 parent ec0e380 commit 9249dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -r requirements.txt
RUN pip install --no-cache-dir -e .

0 comments on commit 9249dba

Please sign in to comment.