我从官方页面安装了Caffe安装页面中提到的所有必备组件:ln: target ‘.build_release/tools/finetune_net’ is not a directory
Makefile:592: recipe for target编辑:我也发布了我的Makeconfig.config文件(只有未注释的部分)
我正在使用docker进行部署,在其中我在本地构建映像,并从服务器上的docker-compose.yml集线器中提取映像。volume /volume
在本地,我的卷挂载到指定的目录,由应用程序创建的文件保存在容器外。然而,文件是通过部署创建和持久化的,即使我的部署脚本运行docker-compose down -v,