hiroi-sora / Umi-OCR_runtime_linux

Umi-OCR Linux 运行环境
MIT License
46 stars 12 forks source link

构建镜像失败 #8

Open billhorry opened 1 month ago

billhorry commented 1 month ago

我按照Docker部署方式,构建镜像执行失败,请问是什么原因?怎样解决? docker build -t umi-ocr-paddle . \ --build-arg HTTP_PROXY=http://X.X.X.X:7897 \ --build-arg HTTPS_PROXY=http://X.X.X.X:7897 微信图片_20240930143352

hiroi-sora commented 1 month ago

http://x.x.x.x:7897 要改成您的VPN工具的地址。比如 clash verge ,默认地址是 http://127.0.0.1:7897

如果没有这类工具,可以将 --build-arg HTTP_PROXY 这两行去掉,尝试直连。