mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 06:29:03 +08:00
* fix requirements * don't reuse build dependencies between different envs * minor fix * change the order of opencv and opencv-headless
8 lines
67 B
Docker
8 lines
67 B
Docker
FROM python:3.7
|
|
|
|
WORKDIR /mmcv
|
|
|
|
COPY . /mmcv
|
|
|
|
RUN pip install -e .
|