搭建centos+OpenCV+chrome环境
准备
docker pull centos:7
docker run -itd --name opencv centos:7 /bin/bash
yum update -y
yum -y install unzip zip
安装chrome
1.配置yum源,使用root账户
cd /etc/yum.repos.d/
vi google-chrome.repo
将下面内容写入文件
<搭建centos+java+opencv+chrome环境
阅读 64
2022-04-29
相关推荐
精彩评论(0)