-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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编译Android的PaddlePaddle库,在build开发镜像时下载Go依赖环境失败 #8555
Comments
自己配置go环境是否可行? 下载源码
解压源码
在
使其生效
再在命令行中输入
检查安装结果
最后注释
|
好像自行安装不行,在执行
报错
|
可尝试使用Paddle官方提供的Android开发镜像,通过运行以下命令:
编译Android版本其实不需要依赖Go,后续我们会Fix这个问题,去掉Go的依赖。 |
@Xreki
有没有像编译源码http://www.paddlepaddle.org/docs/develop/documentation/zh/build_and_install/build_from_source_cn.html#build-options 这样选择不用GO语言的吗? 官方提供的docker容器有国内的吗? |
@Xreki
|
可暂时通过手动改源码的方式来解决这个问题,将 Line 22 in c02f773
改成 Lines 24 to 32 in c02f773
Android实际并不依赖Go代码,我正在想办法去掉这个依赖,:smile: |
这个错不是构建Docker镜像的错误了啊。你Docker镜像已经成功构建了? |
@Xreki 话说这个服务器clone 的PaddlePaddle速度超慢的 |
目前没有国内的镜像源。 @Yancey1989 我们可以将android开发镜像tag推送到国内镜像源 |
这个问题我解决的,果然是Windows的问题,我用git强制覆盖本地就行了 |
这个去掉Go语言的问题我也解决了,如果没有问题我就close issue了 @Yancey1989 |
Done, 可通过 |
@Yancey1989 多谢了~ |
@Yancey1989 多谢了 |
使用这些命名创建Docker容器,在最后一条命令时
卡在
之前的下载路径是下面这个,但是因为被墙了,所以才改成上面那个,但是还是卡在这里动不了,然后就死掉了。
有什么办法处理吗?
The text was updated successfully, but these errors were encountered: