We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我按照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
The text was updated successfully, but these errors were encountered:
http://x.x.x.x:7897 要改成您的VPN工具的地址。比如 clash verge ,默认地址是 http://127.0.0.1:7897 。
http://x.x.x.x:7897
http://127.0.0.1:7897
如果没有这类工具,可以将 --build-arg HTTP_PROXY 这两行去掉,尝试直连。
--build-arg HTTP_PROXY
Sorry, something went wrong.
No branches or pull requests
我按照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
The text was updated successfully, but these errors were encountered: