[腾讯云]Jenkins+Gitlab+Nginx+Docker部署小结
之前在本地部署了Docker +Jenkins + Gitlab
,因为博客服务器在香港,直接传输不方便,还通过成都的腾讯云服务器+ Aliyun Code
进行转发,完整的过程参考[腾讯云][阿里云]网站迁移小结
现在打算直接在云服务器上部署Jenkins + Gitlab
,这样的构建逻辑更加直接,能够进一步压缩博客部署过程。Let's go !!!
之前在本地部署了Docker +Jenkins + Gitlab
,因为博客服务器在香港,直接传输不方便,还通过成都的腾讯云服务器+ Aliyun Code
进行转发,完整的过程参考[腾讯云][阿里云]网站迁移小结
现在打算直接在云服务器上部署Jenkins + Gitlab
,这样的构建逻辑更加直接,能够进一步压缩博客部署过程。Let's go !!!
打算将Jenkins
部署到云服务器上,实现步骤如下:
Docker Volume
打包后发送到云服务器并解压Jenkins
镜像并启动打开首页,发现如下错误
Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms. It is a ground-up rewrite of the previous version, Detectron, and it originates from maskrcnn-benchmark.
花了不少时间熟悉Detectron2的安装和训练,期间也遇到了不少问题,小结一下
在线文档地址:detectron2