一个命令创建mmdetection3d框架docker镜像
github下载对应的mmdetection3d版本,进入Docker文件夹,使用下面这行命令创建docker镜像。
docker build -f Dockerfile -t yangpengxing/mmdet3d:v1.2.0 .
github下载对应的mmdetection3d版本,进入Docker文件夹,使用下面这行命令创建docker镜像。
docker build -f Dockerfile -t yangpengxing/mmdet3d:v1.2.0 .