Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
ModelZoo-PyTorch
/
PyTorch
/
contrib
/
cv
/
detection
/
SOLOv2
/
mmcv
/
Dockerfile
下载
W
wangjiangben
init
05360171
创建于
2022年3月18日
历史提交
FROM
python:
3.7
WORKDIR
/mmcv
COPY
. /mmcv
RUN
pip install -e .