mmcv/Dockerfile
Rinat Shigapov aea750051f fix dependencies (#146)
* fix requirements

* don't reuse build dependencies between different envs

* minor fix

* change the order of opencv and opencv-headless
2019-11-21 23:34:26 +08:00

8 lines
67 B
Docker

FROM python:3.7
WORKDIR /mmcv
COPY . /mmcv
RUN pip install -e .