mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Add fixes to Dockerfile (#607)
This commit is contained in:
parent
ec0e38011a
commit
9249dbaeb0
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user